mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-24 20:24:09 +00:00
fix default daemonset update strategy
This commit is contained in:
parent
9be907d792
commit
acb35798b8
@ -503,7 +503,6 @@ type DeploymentList struct {
|
|||||||
// DaemonSetUpdateStrategy defines a strategy to update a daemon set.
|
// DaemonSetUpdateStrategy defines a strategy to update a daemon set.
|
||||||
type DaemonSetUpdateStrategy struct {
|
type DaemonSetUpdateStrategy struct {
|
||||||
// Type of daemon set update. Can be "RollingUpdate" or "OnDelete".
|
// Type of daemon set update. Can be "RollingUpdate" or "OnDelete".
|
||||||
// Default is OnDelete.
|
|
||||||
// +optional
|
// +optional
|
||||||
Type DaemonSetUpdateStrategyType
|
Type DaemonSetUpdateStrategyType
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user