Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 488 Bytes

V1beta1DaemonSetUpdateStrategy.md

File metadata and controls

11 lines (6 loc) · 488 Bytes

V1beta1DaemonSetUpdateStrategy

Properties

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