Uses of Interface
org.cdk8s.plus23.ContainerSecurityContextProps
-
-
Uses of ContainerSecurityContextProps in org.cdk8s.plus23
Classes in org.cdk8s.plus23 that implement ContainerSecurityContextProps Modifier and Type Class Description static classContainerSecurityContextProps.Jsii$ProxyAn implementation forContainerSecurityContextPropsMethods in org.cdk8s.plus23 that return ContainerSecurityContextProps Modifier and Type Method Description ContainerSecurityContextPropsContainerSecurityContextProps.Builder. build()Builds the configured instance.default ContainerSecurityContextPropsContainerProps. getSecurityContext()SecurityContext defines the security options the container should be run with.ContainerSecurityContextPropsContainerProps.Jsii$Proxy. getSecurityContext()Methods in org.cdk8s.plus23 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.ContainerProps.BuilderContainerProps.Builder. securityContext(ContainerSecurityContextProps securityContext)Sets the value ofContainerProps.getSecurityContext()Constructors in org.cdk8s.plus23 with parameters of type ContainerSecurityContextProps Constructor Description ContainerSecurityContext(ContainerSecurityContextProps props)
-