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()PodSecurityContextPodSpecFluentImpl. buildSecurityContext()PodSecurityContextPodSpec. getSecurityContext()PodSecurityContextPodSpecFluent. getSecurityContext()Deprecated.PodSecurityContextPodSpecFluentImpl. getSecurityContext()Deprecated.Constructors in io.fabric8.kubernetes.api.model with parameters of type PodSecurityContext Constructor Description PodSecurityContextBuilder(PodSecurityContext instance)PodSecurityContextBuilder(PodSecurityContextFluent<?> fluent, PodSecurityContext instance)PodSecurityContextBuilder(PodSecurityContextFluent<?> fluent, PodSecurityContext instance, Boolean validationEnabled)PodSecurityContextBuilder(PodSecurityContext instance, Boolean validationEnabled)PodSecurityContextFluentImpl(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, String hostname, List<LocalObjectReference> imagePullSecrets, List<Container> initContainers, String nodeName, Map<String,String> nodeSelector, Map<String,Quantity> overhead, String preemptionPolicy, Integer priority, String priorityClassName, List<PodReadinessGate> readinessGates, String restartPolicy, String runtimeClassName, String schedulerName, PodSecurityContext securityContext, String serviceAccount, String serviceAccountName, Boolean setHostnameAsFQDN, Boolean shareProcessNamespace, String subdomain, Long terminationGracePeriodSeconds, List<Toleration> tolerations, List<TopologySpreadConstraint> topologySpreadConstraints, List<Volume> volumes)
-