Uses of Interface
org.cdk8s.plus25.k8s.LifecycleHandler
-
Packages that use LifecycleHandler Package Description org.cdk8s.plus25.k8s -
-
Uses of LifecycleHandler in org.cdk8s.plus25.k8s
Classes in org.cdk8s.plus25.k8s that implement LifecycleHandler Modifier and Type Class Description static classLifecycleHandler.Jsii$ProxyAn implementation forLifecycleHandlerMethods in org.cdk8s.plus25.k8s that return LifecycleHandler Modifier and Type Method Description LifecycleHandlerLifecycleHandler.Builder. build()Builds the configured instance.default LifecycleHandlerLifecycle. getPostStart()PostStart is called immediately after a container is created.LifecycleHandlerLifecycle.Jsii$Proxy. getPostStart()default LifecycleHandlerLifecycle. getPreStop()PreStop is called immediately before a container is terminated due to an API request or management event such as liveness/startup probe failure, preemption, resource contention, etc.LifecycleHandlerLifecycle.Jsii$Proxy. getPreStop()Methods in org.cdk8s.plus25.k8s with parameters of type LifecycleHandler Modifier and Type Method Description Lifecycle.BuilderLifecycle.Builder. postStart(LifecycleHandler postStart)Sets the value ofLifecycle.getPostStart()Lifecycle.BuilderLifecycle.Builder. preStop(LifecycleHandler preStop)Sets the value ofLifecycle.getPreStop()
-