mirror of
				https://github.com/optim-enterprises-bv/kubernetes.git
				synced 2025-11-04 04:08:16 +00:00 
			
		
		
		
	feature: promote CRDValidationRatcheting to beta
also fixup test which needs feature to be disabled it was set to enable by default in this CL
This commit is contained in:
		@@ -1212,7 +1212,7 @@ var defaultKubernetesFeatureGates = map[featuregate.Feature]featuregate.FeatureS
 | 
			
		||||
	// inherited features from apiextensions-apiserver, relisted here to get a conflict if it is changed
 | 
			
		||||
	// unintentionally on either side:
 | 
			
		||||
 | 
			
		||||
	apiextensionsfeatures.CRDValidationRatcheting: {Default: false, PreRelease: featuregate.Alpha},
 | 
			
		||||
	apiextensionsfeatures.CRDValidationRatcheting: {Default: true, PreRelease: featuregate.Beta},
 | 
			
		||||
 | 
			
		||||
	// features that enable backwards compatibility but are scheduled to be removed
 | 
			
		||||
	// ...
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user