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

637 B

V1DaemonSetUpdateStrategy

Properties

Name Type Description Notes
rolling_update V1RollingUpdateDaemonSet Rolling update config params. Present only if type = "RollingUpdate". [optional]
type str Type of daemon set update. Can be "RollingUpdate" or "OnDelete". Default is RollingUpdate. [optional]

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