Uses of Class
org.cdk8s.plus25.ContainerLifecycle.Builder
-
Packages that use ContainerLifecycle.Builder Package Description org.cdk8s.plus25 cdk8s+ (cdk8s-plus) -
-
Uses of ContainerLifecycle.Builder in org.cdk8s.plus25
Methods in org.cdk8s.plus25 that return ContainerLifecycle.Builder Modifier and Type Method Description static ContainerLifecycle.BuilderContainerLifecycle. builder()ContainerLifecycle.BuilderContainerLifecycle.Builder. postStart(Handler postStart)Sets the value ofContainerLifecycle.getPostStart()ContainerLifecycle.BuilderContainerLifecycle.Builder. preStop(Handler preStop)Sets the value ofContainerLifecycle.getPreStop()Constructors in org.cdk8s.plus25 with parameters of type ContainerLifecycle.Builder Constructor Description Jsii$Proxy(ContainerLifecycle.Builder builder)Constructor that initializes the object based on literal property values passed by theContainerLifecycle.Builder.
-