Uses of Class
io.fabric8.kubernetes.api.model.PodSecurityContext
-
Packages that use PodSecurityContext Package Description io.fabric8.kubernetes.api.model -
-
Uses of PodSecurityContext in io.fabric8.kubernetes.api.model
Methods in io.fabric8.kubernetes.api.model that return PodSecurityContext Modifier and Type Method Description PodSecurityContext
PodSecurityContextBuilder. build()
PodSecurityContext
PodSpecFluent. buildSecurityContext()
PodSecurityContext
PodSpec. getSecurityContext()
Methods in io.fabric8.kubernetes.api.model with parameters of type PodSecurityContext Modifier and Type Method Description protected void
PodSecurityContextFluent. copyInstance(PodSecurityContext instance)
PodSpecFluent.SecurityContextNested<A>
PodSpecFluent. editOrNewSecurityContextLike(PodSecurityContext item)
void
PodSpec. setSecurityContext(PodSecurityContext securityContext)
PodSpecFluent.SecurityContextNested<A>
PodSpecFluent. withNewSecurityContextLike(PodSecurityContext item)
A
PodSpecFluent. withSecurityContext(PodSecurityContext securityContext)
Constructors in io.fabric8.kubernetes.api.model with parameters of type PodSecurityContext Constructor Description PodSecurityContextBuilder(PodSecurityContext instance)
PodSecurityContextBuilder(PodSecurityContextFluent<?> fluent, PodSecurityContext instance)
PodSecurityContextFluent(PodSecurityContext instance)
PodSpec(Long activeDeadlineSeconds, Affinity affinity, Boolean automountServiceAccountToken, List<Container> containers, PodDNSConfig dnsConfig, String dnsPolicy, Boolean enableServiceLinks, List<EphemeralContainer> ephemeralContainers, List<HostAlias> hostAliases, Boolean hostIPC, Boolean hostNetwork, Boolean hostPID, Boolean hostUsers, String hostname, List<LocalObjectReference> imagePullSecrets, List<Container> initContainers, String nodeName, Map<String,String> nodeSelector, PodOS os, Map<String,Quantity> overhead, String preemptionPolicy, Integer priority, String priorityClassName, List<PodReadinessGate> readinessGates, List<PodResourceClaim> resourceClaims, String restartPolicy, String runtimeClassName, String schedulerName, List<PodSchedulingGate> schedulingGates, PodSecurityContext securityContext, String serviceAccount, String serviceAccountName, Boolean setHostnameAsFQDN, Boolean shareProcessNamespace, String subdomain, Long terminationGracePeriodSeconds, List<Toleration> tolerations, List<TopologySpreadConstraint> topologySpreadConstraints, List<Volume> volumes)
-