mirror of
				https://github.com/optim-enterprises-bv/kubernetes.git
				synced 2025-11-03 19:58:17 +00:00 
			
		
		
		
	Merge pull request #83047 from danielqsj/default-updateStrategy
fix the comments of 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.
 | 
			
		||||
type DaemonSetUpdateStrategy struct {
 | 
			
		||||
	// Type of daemon set update. Can be "RollingUpdate" or "OnDelete".
 | 
			
		||||
	// Default is OnDelete.
 | 
			
		||||
	// +optional
 | 
			
		||||
	Type DaemonSetUpdateStrategyType
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user