Uses of Class
org.cdk8s.plus24.PodManagementPolicy
-
-
Uses of PodManagementPolicy in org.cdk8s.plus24
Methods in org.cdk8s.plus24 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.plus24 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()
-