Skip to main content
Schemaobject

io.k8s.api.apps.v1.StatefulSetUpdateStrategy

StatefulSetUpdateStrategy indicates the strategy that the StatefulSet controller will use to perform updates. It includes any additional parameters necessary to perform the update for the indicated strategy.

Source
specs/apis__apps__v1_openapi.json
Revision
9a79c3bd90f7
Active snapshot
2a9112600697
rollingUpdate
optional

RollingUpdate is used to communicate parameters when Type is RollingUpdateStatefulSetStrategyType.

type string
optional

Type indicates the type of the StatefulSetUpdateStrategy. Default is RollingUpdate.