StatefulSetUpdateStrategy |
StatefulSet.getStrategy() |
The update startegy of this stateful set.
|
default StatefulSetUpdateStrategy |
StatefulSetProps.getStrategy() |
Indicates the StatefulSetUpdateStrategy that will be employed to update Pods in the StatefulSet when a revision is made to Template.
|
StatefulSetUpdateStrategy |
StatefulSetProps.Jsii$Proxy.getStrategy() |
|
static StatefulSetUpdateStrategy |
StatefulSetUpdateStrategy.onDelete() |
The controller will not automatically update the Pods in a StatefulSet.
|
static StatefulSetUpdateStrategy |
StatefulSetUpdateStrategy.rollingUpdate() |
The controller will delete and recreate each Pod in the StatefulSet.
|
static StatefulSetUpdateStrategy |
StatefulSetUpdateStrategy.rollingUpdate(StatefulSetUpdateStrategyRollingUpdateOptions options) |
The controller will delete and recreate each Pod in the StatefulSet.
|