Uses of Interface
org.cdk8s.plus25.StatefulSetUpdateStrategyRollingUpdateOptions
-
Packages that use StatefulSetUpdateStrategyRollingUpdateOptions Package Description org.cdk8s.plus25 cdk8s+ (cdk8s-plus) -
-
Uses of StatefulSetUpdateStrategyRollingUpdateOptions in org.cdk8s.plus25
Classes in org.cdk8s.plus25 that implement StatefulSetUpdateStrategyRollingUpdateOptions Modifier and Type Class Description static classStatefulSetUpdateStrategyRollingUpdateOptions.Jsii$ProxyAn implementation forStatefulSetUpdateStrategyRollingUpdateOptionsMethods in org.cdk8s.plus25 that return StatefulSetUpdateStrategyRollingUpdateOptions Modifier and Type Method Description StatefulSetUpdateStrategyRollingUpdateOptionsStatefulSetUpdateStrategyRollingUpdateOptions.Builder. build()Builds the configured instance.Methods in org.cdk8s.plus25 with parameters of type StatefulSetUpdateStrategyRollingUpdateOptions Modifier and Type Method Description static StatefulSetUpdateStrategyStatefulSetUpdateStrategy. rollingUpdate(StatefulSetUpdateStrategyRollingUpdateOptions options)The controller will delete and recreate each Pod in the StatefulSet.
-