Uses of Interface
org.cdk8s.plus28.ContainerLifecycle
-
Packages that use ContainerLifecycle Package Description org.cdk8s.plus28 cdk8s+ (cdk8s-plus) -
-
Uses of ContainerLifecycle in org.cdk8s.plus28
Classes in org.cdk8s.plus28 that implement ContainerLifecycle Modifier and Type Class Description static classContainerLifecycle.Jsii$ProxyAn implementation forContainerLifecycleMethods in org.cdk8s.plus28 that return ContainerLifecycle Modifier and Type Method Description ContainerLifecycleContainerLifecycle.Builder. build()Builds the configured instance.default ContainerLifecycleContainerOpts. getLifecycle()Describes actions that the management system should take in response to container lifecycle events.ContainerLifecycleContainerOpts.Jsii$Proxy. getLifecycle()ContainerLifecycleContainerProps.Jsii$Proxy. getLifecycle()Methods in org.cdk8s.plus28 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.ContainerOpts.BuilderContainerOpts.Builder. lifecycle(ContainerLifecycle lifecycle)Sets the value ofContainerOpts.getLifecycle()ContainerProps.BuilderContainerProps.Builder. lifecycle(ContainerLifecycle lifecycle)Sets the value ofContainerOpts.getLifecycle()
-