Uses of Interface
org.cdk8s.plus25.k8s.SeLinuxOptions
-
Packages that use SeLinuxOptions Package Description org.cdk8s.plus25.k8s -
-
Uses of SeLinuxOptions in org.cdk8s.plus25.k8s
Classes in org.cdk8s.plus25.k8s that implement SeLinuxOptions Modifier and Type Class Description static classSeLinuxOptions.Jsii$ProxyAn implementation forSeLinuxOptionsMethods in org.cdk8s.plus25.k8s that return SeLinuxOptions Modifier and Type Method Description SeLinuxOptionsSeLinuxOptions.Builder. build()Builds the configured instance.default SeLinuxOptionsPodSecurityContext. getSeLinuxOptions()The SELinux context to be applied to all containers.SeLinuxOptionsPodSecurityContext.Jsii$Proxy. getSeLinuxOptions()default SeLinuxOptionsSecurityContext. getSeLinuxOptions()The SELinux context to be applied to the container.SeLinuxOptionsSecurityContext.Jsii$Proxy. getSeLinuxOptions()Methods in org.cdk8s.plus25.k8s with parameters of type SeLinuxOptions Modifier and Type Method Description PodSecurityContext.BuilderPodSecurityContext.Builder. seLinuxOptions(SeLinuxOptions seLinuxOptions)Sets the value ofPodSecurityContext.getSeLinuxOptions()SecurityContext.BuilderSecurityContext.Builder. seLinuxOptions(SeLinuxOptions seLinuxOptions)Sets the value ofSecurityContext.getSeLinuxOptions()
-