mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-06-11 01:41:54 -04:00
fix default daemonset update strategy
This commit is contained in:
parent
9be907d792
commit
acb35798b8
1 changed files with 0 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue