mirror of
				https://github.com/optim-enterprises-bv/kubernetes.git
				synced 2025-11-04 12:18:16 +00:00 
			
		
		
		
	feature: Add minReadySeconds featuregate
This commit is contained in:
		@@ -733,6 +733,12 @@ const (
 | 
				
			|||||||
	//
 | 
						//
 | 
				
			||||||
	// Enables support for 'HostProcess' containers on Windows nodes.
 | 
						// Enables support for 'HostProcess' containers on Windows nodes.
 | 
				
			||||||
	WindowsHostProcessContainers featuregate.Feature = "WindowsHostProcessContainers"
 | 
						WindowsHostProcessContainers featuregate.Feature = "WindowsHostProcessContainers"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
						// owner: @ravig
 | 
				
			||||||
 | 
						// alpha: v1.22
 | 
				
			||||||
 | 
						//
 | 
				
			||||||
 | 
						// StatefulSetMinReadySeconds allows minReadySeconds to be respected by StatefulSet controller
 | 
				
			||||||
 | 
						StatefulSetMinReadySeconds featuregate.Feature = "StatefulSetMinReadySeconds"
 | 
				
			||||||
)
 | 
					)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
func init() {
 | 
					func init() {
 | 
				
			||||||
@@ -844,6 +850,7 @@ var defaultKubernetesFeatureGates = map[featuregate.Feature]featuregate.FeatureS
 | 
				
			|||||||
	CSIVolumeHealth:                                {Default: false, PreRelease: featuregate.Alpha},
 | 
						CSIVolumeHealth:                                {Default: false, PreRelease: featuregate.Alpha},
 | 
				
			||||||
	WindowsHostProcessContainers:                   {Default: false, PreRelease: featuregate.Alpha},
 | 
						WindowsHostProcessContainers:                   {Default: false, PreRelease: featuregate.Alpha},
 | 
				
			||||||
	DisableCloudProviders:                          {Default: false, PreRelease: featuregate.Alpha},
 | 
						DisableCloudProviders:                          {Default: false, PreRelease: featuregate.Alpha},
 | 
				
			||||||
 | 
						StatefulSetMinReadySeconds:                     {Default: false, PreRelease: featuregate.Alpha},
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	// inherited features from generic apiserver, relisted here to get a conflict if it is changed
 | 
						// inherited features from generic apiserver, relisted here to get a conflict if it is changed
 | 
				
			||||||
	// unintentionally on either side:
 | 
						// unintentionally on either side:
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user