Uses of Interface
org.cdk8s.plus25.k8s.PodSecurityContext
-
Packages that use PodSecurityContext Package Description org.cdk8s.plus25.k8s -
-
Uses of PodSecurityContext in org.cdk8s.plus25.k8s
Classes in org.cdk8s.plus25.k8s that implement PodSecurityContext Modifier and Type Class Description static classPodSecurityContext.Jsii$ProxyAn implementation forPodSecurityContextMethods in org.cdk8s.plus25.k8s that return PodSecurityContext Modifier and Type Method Description PodSecurityContextPodSecurityContext.Builder. build()Builds the configured instance.default PodSecurityContextPodSpec. getSecurityContext()SecurityContext holds pod-level security attributes and common container settings.PodSecurityContextPodSpec.Jsii$Proxy. getSecurityContext()Methods in org.cdk8s.plus25.k8s with parameters of type PodSecurityContext Modifier and Type Method Description PodSpec.BuilderPodSpec.Builder. securityContext(PodSecurityContext securityContext)Sets the value ofPodSpec.getSecurityContext()
-