Uses of Class
org.cdk8s.plus25.StatefulSetUpdateStrategy
-
Packages that use StatefulSetUpdateStrategy Package Description org.cdk8s.plus25 cdk8s+ (cdk8s-plus) -
-
Uses of StatefulSetUpdateStrategy in org.cdk8s.plus25
Methods in org.cdk8s.plus25 that return StatefulSetUpdateStrategy Modifier and Type Method Description StatefulSetUpdateStrategyStatefulSet. getStrategy()The update startegy of this stateful set.default StatefulSetUpdateStrategyStatefulSetProps. getStrategy()Indicates the StatefulSetUpdateStrategy that will be employed to update Pods in the StatefulSet when a revision is made to Template.StatefulSetUpdateStrategyStatefulSetProps.Jsii$Proxy. getStrategy()static StatefulSetUpdateStrategyStatefulSetUpdateStrategy. onDelete()The controller will not automatically update the Pods in a StatefulSet.static StatefulSetUpdateStrategyStatefulSetUpdateStrategy. rollingUpdate()The controller will delete and recreate each Pod in the StatefulSet.static StatefulSetUpdateStrategyStatefulSetUpdateStrategy. rollingUpdate(StatefulSetUpdateStrategyRollingUpdateOptions options)The controller will delete and recreate each Pod in the StatefulSet.Methods in org.cdk8s.plus25 with parameters of type StatefulSetUpdateStrategy Modifier and Type Method Description StatefulSet.BuilderStatefulSet.Builder. strategy(StatefulSetUpdateStrategy strategy)Indicates the StatefulSetUpdateStrategy that will be employed to update Pods in the StatefulSet when a revision is made to Template.StatefulSetProps.BuilderStatefulSetProps.Builder. strategy(StatefulSetUpdateStrategy strategy)Sets the value ofStatefulSetProps.getStrategy()
-