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 PodSecurityContextPodSecurityContextBuilder. build()PodSecurityContextPodSpecFluent. buildSecurityContext()PodSecurityContextPodSpec. getSecurityContext()PodSpec is a description of a pod.Methods in io.fabric8.kubernetes.api.model with parameters of type PodSecurityContext Modifier and Type Method Description protected voidPodSecurityContextFluent. copyInstance(PodSecurityContext instance)PodSpecFluent.SecurityContextNested<A>PodSpecFluent. editOrNewSecurityContextLike(PodSecurityContext item)voidPodSpec. setSecurityContext(PodSecurityContext securityContext)PodSpec is a description of a pod.PodSpecFluent.SecurityContextNested<A>PodSpecFluent. withNewSecurityContextLike(PodSecurityContext item)APodSpecFluent. 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, String hostnameOverride, 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, ResourceRequirements resources, 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)
-