Uses of Interface
org.cdk8s.plus25.k8s.SecurityContext
-
Packages that use SecurityContext Package Description org.cdk8s.plus25.k8s -
-
Uses of SecurityContext in org.cdk8s.plus25.k8s
Classes in org.cdk8s.plus25.k8s that implement SecurityContext Modifier and Type Class Description static classSecurityContext.Jsii$ProxyAn implementation forSecurityContextMethods in org.cdk8s.plus25.k8s that return SecurityContext Modifier and Type Method Description SecurityContextSecurityContext.Builder. build()Builds the configured instance.default SecurityContextContainer. getSecurityContext()SecurityContext defines the security options the container should be run with.SecurityContextContainer.Jsii$Proxy. getSecurityContext()default SecurityContextEphemeralContainer. getSecurityContext()Optional: SecurityContext defines the security options the ephemeral container should be run with.SecurityContextEphemeralContainer.Jsii$Proxy. getSecurityContext()Methods in org.cdk8s.plus25.k8s with parameters of type SecurityContext Modifier and Type Method Description Container.BuilderContainer.Builder. securityContext(SecurityContext securityContext)Sets the value ofContainer.getSecurityContext()EphemeralContainer.BuilderEphemeralContainer.Builder. securityContext(SecurityContext securityContext)Sets the value ofEphemeralContainer.getSecurityContext()
-