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