Uses of Class
org.cdk8s.plus24.ContainerLifecycle.Builder
-
-
Uses of ContainerLifecycle.Builder in org.cdk8s.plus24
Methods in org.cdk8s.plus24 that return ContainerLifecycle.Builder Modifier and Type Method Description static ContainerLifecycle.Builder
ContainerLifecycle. builder()
ContainerLifecycle.Builder
ContainerLifecycle.Builder. postStart(Handler postStart)
Sets the value ofContainerLifecycle.getPostStart()
ContainerLifecycle.Builder
ContainerLifecycle.Builder. preStop(Handler preStop)
Sets the value ofContainerLifecycle.getPreStop()
Constructors in org.cdk8s.plus24 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
.
-