fix default daemonset update strategy

This commit is contained in:
danielqsj 2019-09-24 14:29:21 +08:00
parent 9be907d792
commit acb35798b8

View File

@ -503,7 +503,6 @@ type DeploymentList struct {
// DaemonSetUpdateStrategy defines a strategy to update a daemon set.
type DaemonSetUpdateStrategy struct {
// Type of daemon set update. Can be "RollingUpdate" or "OnDelete".
// Default is OnDelete.
// +optional
Type DaemonSetUpdateStrategyType