mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-22 10:27:56 +00:00
fix default daemonset update strategy
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user