Uses of Interface
org.cdk8s.plus25.k8s.SeccompProfile
-
Packages that use SeccompProfile Package Description org.cdk8s.plus25.k8s -
-
Uses of SeccompProfile in org.cdk8s.plus25.k8s
Classes in org.cdk8s.plus25.k8s that implement SeccompProfile Modifier and Type Class Description static classSeccompProfile.Jsii$ProxyAn implementation forSeccompProfileMethods in org.cdk8s.plus25.k8s that return SeccompProfile Modifier and Type Method Description SeccompProfileSeccompProfile.Builder. build()Builds the configured instance.default SeccompProfilePodSecurityContext. getSeccompProfile()The seccomp options to use by the containers in this pod.SeccompProfilePodSecurityContext.Jsii$Proxy. getSeccompProfile()default SeccompProfileSecurityContext. getSeccompProfile()The seccomp options to use by this container.SeccompProfileSecurityContext.Jsii$Proxy. getSeccompProfile()Methods in org.cdk8s.plus25.k8s with parameters of type SeccompProfile Modifier and Type Method Description PodSecurityContext.BuilderPodSecurityContext.Builder. seccompProfile(SeccompProfile seccompProfile)Sets the value ofPodSecurityContext.getSeccompProfile()SecurityContext.BuilderSecurityContext.Builder. seccompProfile(SeccompProfile seccompProfile)Sets the value ofSecurityContext.getSeccompProfile()
-