V1StatefulSetUpdateStrategy

March 28, 2026 ยท View on GitHub

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.

Properties

NameTypeDescriptionNotes
rolling_updateV1RollingUpdateStatefulSetStrategy[optional]
typestrType indicates the type of the StatefulSetUpdateStrategy. Default is RollingUpdate.[optional]

[Back to Model list] [Back to API list] [Back to README]