Uses of Interface
org.cdk8s.plus28.ContainerSecurityContextProps
-
Packages that use ContainerSecurityContextProps Package Description org.cdk8s.plus28 cdk8s+ (cdk8s-plus) -
-
Uses of ContainerSecurityContextProps in org.cdk8s.plus28
Classes in org.cdk8s.plus28 that implement ContainerSecurityContextProps Modifier and Type Class Description static classContainerSecurityContextProps.Jsii$ProxyAn implementation forContainerSecurityContextPropsMethods in org.cdk8s.plus28 that return ContainerSecurityContextProps Modifier and Type Method Description ContainerSecurityContextPropsContainerSecurityContextProps.Builder. build()Builds the configured instance.default ContainerSecurityContextPropsContainerOpts. getSecurityContext()SecurityContext defines the security options the container should be run with.ContainerSecurityContextPropsContainerOpts.Jsii$Proxy. getSecurityContext()ContainerSecurityContextPropsContainerProps.Jsii$Proxy. getSecurityContext()Methods in org.cdk8s.plus28 with parameters of type ContainerSecurityContextProps Modifier and Type Method Description Container.BuilderContainer.Builder. securityContext(ContainerSecurityContextProps securityContext)SecurityContext defines the security options the container should be run with.ContainerOpts.BuilderContainerOpts.Builder. securityContext(ContainerSecurityContextProps securityContext)Sets the value ofContainerOpts.getSecurityContext()ContainerProps.BuilderContainerProps.Builder. securityContext(ContainerSecurityContextProps securityContext)Sets the value ofContainerOpts.getSecurityContext()Constructors in org.cdk8s.plus28 with parameters of type ContainerSecurityContextProps Constructor Description ContainerSecurityContext(ContainerSecurityContextProps props)
-