Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 504 Bytes

V1beta2DaemonSetUpdateStrategy.md

File metadata and controls

9 lines (6 loc) · 504 Bytes

Kubernetes::V1beta2DaemonSetUpdateStrategy

Properties

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