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