Uses of Interface
org.cdk8s.plus25.k8s.Lifecycle
-
Packages that use Lifecycle Package Description org.cdk8s.plus25.k8s -
-
Uses of Lifecycle in org.cdk8s.plus25.k8s
Classes in org.cdk8s.plus25.k8s that implement Lifecycle Modifier and Type Class Description static classLifecycle.Jsii$ProxyAn implementation forLifecycleMethods in org.cdk8s.plus25.k8s that return Lifecycle Modifier and Type Method Description LifecycleLifecycle.Builder. build()Builds the configured instance.default LifecycleContainer. getLifecycle()Actions that the management system should take in response to container lifecycle events.LifecycleContainer.Jsii$Proxy. getLifecycle()default LifecycleEphemeralContainer. getLifecycle()Lifecycle is not allowed for ephemeral containers.LifecycleEphemeralContainer.Jsii$Proxy. getLifecycle()Methods in org.cdk8s.plus25.k8s with parameters of type Lifecycle Modifier and Type Method Description Container.BuilderContainer.Builder. lifecycle(Lifecycle lifecycle)Sets the value ofContainer.getLifecycle()EphemeralContainer.BuilderEphemeralContainer.Builder. lifecycle(Lifecycle lifecycle)Sets the value ofEphemeralContainer.getLifecycle()
-