Uses of Interface
org.cdk8s.plus22.ContainerLifecycle
-
-
Uses of ContainerLifecycle in org.cdk8s.plus22
Classes in org.cdk8s.plus22 that implement ContainerLifecycle Modifier and Type Class Description static classContainerLifecycle.Jsii$ProxyAn implementation forContainerLifecycleMethods in org.cdk8s.plus22 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.plus22 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()
-