Uses of Class
org.cdk8s.plus28.ContainerRestartPolicy
-
Packages that use ContainerRestartPolicy Package Description org.cdk8s.plus28 cdk8s+ (cdk8s-plus) -
-
Uses of ContainerRestartPolicy in org.cdk8s.plus28
Methods in org.cdk8s.plus28 that return ContainerRestartPolicy Modifier and Type Method Description ContainerRestartPolicyContainer. getRestartPolicy()The restart policy of the container.default ContainerRestartPolicyContainerOpts. getRestartPolicy()Kubelet will start init containers with restartPolicy=Always in the order with other init containers, but instead of waiting for its completion, it will wait for the container startup completion Currently, only accepted value is Always.ContainerRestartPolicyContainerOpts.Jsii$Proxy. getRestartPolicy()ContainerRestartPolicyContainerProps.Jsii$Proxy. getRestartPolicy()static ContainerRestartPolicyContainerRestartPolicy. valueOf(String name)Returns the enum constant of this type with the specified name.static ContainerRestartPolicy[]ContainerRestartPolicy. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.cdk8s.plus28 with parameters of type ContainerRestartPolicy Modifier and Type Method Description Container.BuilderContainer.Builder. restartPolicy(ContainerRestartPolicy restartPolicy)Kubelet will start init containers with restartPolicy=Always in the order with other init containers, but instead of waiting for its completion, it will wait for the container startup completion Currently, only accepted value is Always.ContainerOpts.BuilderContainerOpts.Builder. restartPolicy(ContainerRestartPolicy restartPolicy)Sets the value ofContainerOpts.getRestartPolicy()ContainerProps.BuilderContainerProps.Builder. restartPolicy(ContainerRestartPolicy restartPolicy)Sets the value ofContainerOpts.getRestartPolicy()
-