Uses of Class
org.cdk8s.plus25.PodManagementPolicy
-
Packages that use PodManagementPolicy Package Description org.cdk8s.plus25 cdk8s+ (cdk8s-plus) -
-
Uses of PodManagementPolicy in org.cdk8s.plus25
Methods in org.cdk8s.plus25 that return PodManagementPolicy Modifier and Type Method Description PodManagementPolicyStatefulSet. getPodManagementPolicy()Management policy to use for the set.default PodManagementPolicyStatefulSetProps. getPodManagementPolicy()Pod management policy to use for this statefulset.PodManagementPolicyStatefulSetProps.Jsii$Proxy. getPodManagementPolicy()static PodManagementPolicyPodManagementPolicy. valueOf(String name)Returns the enum constant of this type with the specified name.static PodManagementPolicy[]PodManagementPolicy. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.cdk8s.plus25 with parameters of type PodManagementPolicy Modifier and Type Method Description StatefulSet.BuilderStatefulSet.Builder. podManagementPolicy(PodManagementPolicy podManagementPolicy)Pod management policy to use for this statefulset.StatefulSetProps.BuilderStatefulSetProps.Builder. podManagementPolicy(PodManagementPolicy podManagementPolicy)Sets the value ofStatefulSetProps.getPodManagementPolicy()
-