Uses of Interface
org.cdk8s.plus28.StatefulSetUpdateStrategyRollingUpdateOptions
-
Packages that use StatefulSetUpdateStrategyRollingUpdateOptions Package Description org.cdk8s.plus28 cdk8s+ (cdk8s-plus) -
-
Uses of StatefulSetUpdateStrategyRollingUpdateOptions in org.cdk8s.plus28
Classes in org.cdk8s.plus28 that implement StatefulSetUpdateStrategyRollingUpdateOptions Modifier and Type Class Description static classStatefulSetUpdateStrategyRollingUpdateOptions.Jsii$ProxyAn implementation forStatefulSetUpdateStrategyRollingUpdateOptionsMethods in org.cdk8s.plus28 that return StatefulSetUpdateStrategyRollingUpdateOptions Modifier and Type Method Description StatefulSetUpdateStrategyRollingUpdateOptionsStatefulSetUpdateStrategyRollingUpdateOptions.Builder. build()Builds the configured instance.Methods in org.cdk8s.plus28 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.
-