Uses of Interface
org.cdk8s.plus20.ContainerLifecycle
-
-
Uses of ContainerLifecycle in org.cdk8s.plus20
Classes in org.cdk8s.plus20 that implement ContainerLifecycle Modifier and Type Class Description static classContainerLifecycle.Jsii$ProxyAn implementation forContainerLifecycleMethods in org.cdk8s.plus20 that return ContainerLifecycle Modifier and Type Method Description ContainerLifecycleContainerLifecycle.Builder. build()Builds the configured instance.default ContainerLifecycleContainerProps. getLifecycle()Describes actions that the management system should take in response to container lifecycle events.ContainerLifecycleContainerProps.Jsii$Proxy. getLifecycle()Methods in org.cdk8s.plus20 with parameters of type ContainerLifecycle Modifier and Type Method Description Container.BuilderContainer.Builder. lifecycle(ContainerLifecycle lifecycle)Describes actions that the management system should take in response to container lifecycle events.ContainerProps.BuilderContainerProps.Builder. lifecycle(ContainerLifecycle lifecycle)Sets the value ofContainerProps.getLifecycle()
-