python/kubernetes/docs/V1StatefulSetUpdateStrategy.md
2018-01-26 13:44:27 -08:00

640 B

V1StatefulSetUpdateStrategy

Properties

Name Type Description Notes
rolling_update V1RollingUpdateStatefulSetStrategy RollingUpdate is used to communicate parameters when Type is RollingUpdateStatefulSetStrategyType. [optional]
type str Type indicates the type of the StatefulSetUpdateStrategy. Default is RollingUpdate. [optional]

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