Hemant Kumar 
							
						 
					 
					
						
						
							
						
						9343cce20b 
					 
					
						
						
							
							remove ExpandPersistentVolume feature gate  
						
						
						
						
					 
					
						2022-03-24 10:02:47 -04:00 
						 
				 
			
				
					
						
							
							
								Benjamin Elder 
							
						 
					 
					
						
						
							
						
						56e092e382 
					 
					
						
						
							
							hack/update-bazel.sh  
						
						
						
						
					 
					
						2021-02-28 15:17:29 -08:00 
						 
				 
			
				
					
						
							
							
								Andrew Kim 
							
						 
					 
					
						
						
							
						
						c919139245 
					 
					
						
						
							
							update import of generic featuregate code from k8s.io/apiserver/pkg/util/feature -> k8s.io/component-base/featuregate  
						
						
						
						
					 
					
						2019-05-08 10:01:50 -04:00 
						 
				 
			
				
					
						
							
							
								SataQiu 
							
						 
					 
					
						
						
							
						
						ed04c5f459 
					 
					
						
						
							
							fix golint failures of pkg/apis/scheduling pkg/apis/storage/util pkg/apis/storage/v1/util pkg/apis/storage/v1beta1/util  
						
						
						
						
					 
					
						2019-05-03 15:54:24 +08:00 
						 
				 
			
				
					
						
							
							
								Jordan Liggitt 
							
						 
					 
					
						
						
							
						
						73dcfe12da 
					 
					
						
						
							
							Stop checking VolumeScheduling feature gate  
						
						
						
						
					 
					
						2018-12-27 17:45:45 -05:00 
						 
				 
			
				
					
						
							
							
								Serguei Bezverkhi 
							
						 
					 
					
						
						
							
						
						082f23ab1b 
					 
					
						
						
							
							AllowVolumeExpansion validation and tests  
						
						... 
						
						
						
						Signed-off-by: Serguei Bezverkhi <sbezverk@cisco.com > 
						
						
					 
					
						2018-12-20 17:04:47 -05:00 
						 
				 
			
				
					
						
							
							
								Jordan Liggitt 
							
						 
					 
					
						
						
							
						
						901ddba812 
					 
					
						
						
							
							Pass new and old object to DropDisabledFields  
						
						
						
						
					 
					
						2018-12-18 17:50:22 -05:00 
						 
				 
			
				
					
						
							
							
								Jordan Liggitt 
							
						 
					 
					
						
						
							
						
						88284f637b 
					 
					
						
						
							
							Rename DropDisabledAlphaFields to DropDisabledFields  
						
						
						
						
					 
					
						2018-12-18 17:45:37 -05:00 
						 
				 
			
				
					
						
							
							
								Jordan Liggitt 
							
						 
					 
					
						
						
							
						
						2498ca7606 
					 
					
						
						
							
							drop VerifyFeatureGatesUnchanged  
						
						
						
						
					 
					
						2018-11-21 11:51:33 -05:00 
						 
				 
			
				
					
						
							
							
								Jordan Liggitt 
							
						 
					 
					
						
						
							
						
						248d661327 
					 
					
						
						
							
							Add tests to ensure storage feature gate changes don't escape packages  
						
						
						
						
					 
					
						2018-11-16 10:52:53 -05:00 
						 
				 
			
				
					
						
							
							
								Jordan Liggitt 
							
						 
					 
					
						
						
							
						
						358c092abe 
					 
					
						
						
							
							fix storage unit tests leaking feature flag changes  
						
						
						
						
					 
					
						2018-11-16 10:52:52 -05:00 
						 
				 
			
				
					
						
							
							
								lichuqiang 
							
						 
					 
					
						
						
							
						
						4c43d626f2 
					 
					
						
						
							
							related test update  
						
						
						
						
					 
					
						2018-08-29 10:30:16 +08:00 
						 
				 
			
				
					
						
							
							
								lichuqiang 
							
						 
					 
					
						
						
							
						
						b4a57f6855 
					 
					
						
						
							
							combine feature gate VolumeScheduling and DynamicProvisioningScheduling into one  
						
						
						
						
					 
					
						2018-08-29 10:30:08 +08:00 
						 
				 
			
				
					
						
							
							
								Jeff Grafton 
							
						 
					 
					
						
						
							
						
						23ceebac22 
					 
					
						
						
							
							Run hack/update-bazel.sh  
						
						
						
						
					 
					
						2018-06-22 16:22:57 -07:00 
						 
				 
			
				
					
						
							
							
								lichuqiang 
							
						 
					 
					
						
						
							
						
						20654393ee 
					 
					
						
						
							
							generated files  
						
						
						
						
					 
					
						2018-06-05 09:44:10 +08:00 
						 
				 
			
				
					
						
							
							
								lichuqiang 
							
						 
					 
					
						
						
							
						
						9a77899ee5 
					 
					
						
						
							
							API changes for Topology aware dynamic provisioning  
						
						
						
						
					 
					
						2018-06-05 09:27:02 +08:00 
						 
				 
			
				
					
						
							
							
								Kubernetes Submit Queue 
							
						 
					 
					
						
						
							
						
						6ba46963f8 
					 
					
						
						
							
							Merge pull request  #59391  from msau42/topology-beta  
						
						... 
						
						
						
						Automatic merge from submit-queue. If you want to cherry-pick this change to another branch, please follow the instructions <a href="https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md ">here</a>.
Move volume scheduling and local storage to beta
**What this PR does / why we need it**:
* Move the feature gates and APIs for volume scheduling and local storage to beta
* Update tests to use the beta fields
@kubernetes/sig-storage-pr-reviews 
**Which issue(s) this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close the issue(s) when PR gets merged)*:
Fixes  #59390 
**Special notes for your reviewer**:
**Release note**:
```release-note
ACTION REQUIRED: VolumeScheduling and LocalPersistentVolume features are beta and enabled by default.  The PersistentVolume NodeAffinity alpha annotation is deprecated and will be removed in a future release.
``` 
						
						
					 
					
						2018-02-20 13:26:07 -08:00 
						 
				 
			
				
					
						
							
							
								Michelle Au 
							
						 
					 
					
						
						
							
						
						c7884550b2 
					 
					
						
						
							
							Add VolumeNodeAffinity to PersistentVolumeSpec  
						
						
						
						
					 
					
						2018-02-16 17:54:10 -08:00 
						 
				 
			
				
					
						
							
							
								Jeff Grafton 
							
						 
					 
					
						
						
							
						
						ef56a8d6bb 
					 
					
						
						
							
							Autogenerated: hack/update-bazel.sh  
						
						
						
						
					 
					
						2018-02-16 13:43:01 -08:00 
						 
				 
			
				
					
						
							
							
								Jeff Grafton 
							
						 
					 
					
						
						
							
						
						efee0704c6 
					 
					
						
						
							
							Autogenerate BUILD files  
						
						
						
						
					 
					
						2017-12-23 13:12:11 -08:00 
						 
				 
			
				
					
						
							
							
								Michelle Au 
							
						 
					 
					
						
						
							
						
						b60bd37114 
					 
					
						
						
							
							StorageClass API changes for VolumeBindingMode  
						
						
						
						
					 
					
						2017-11-15 09:19:47 -08:00 
						 
				 
			
				
					
						
							
							
								Jeff Grafton 
							
						 
					 
					
						
						
							
						
						aee5f457db 
					 
					
						
						
							
							update BUILD files  
						
						
						
						
					 
					
						2017-10-15 18:18:13 -07:00 
						 
				 
			
				
					
						
							
							
								Jeff Grafton 
							
						 
					 
					
						
						
							
						
						a7f49c906d 
					 
					
						
						
							
							Use buildozer to delete licenses() rules except under third_party/  
						
						
						
						
					 
					
						2017-08-11 09:32:39 -07:00 
						 
				 
			
				
					
						
							
							
								Jeff Grafton 
							
						 
					 
					
						
						
							
						
						33276f06be 
					 
					
						
						
							
							Use buildozer to remove deprecated automanaged tags  
						
						
						
						
					 
					
						2017-08-11 09:31:50 -07:00 
						 
				 
			
				
					
						
							
							
								Mike Danese 
							
						 
					 
					
						
						
							
						
						a05c3c0efd 
					 
					
						
						
							
							autogenerated  
						
						
						
						
					 
					
						2017-04-14 10:40:57 -07:00 
						 
				 
			
				
					
						
							
							
								Mikkel Oscar Lyderik Larsen 
							
						 
					 
					
						
						
							
						
						3beee8da90 
					 
					
						
						
							
							Remove 'beta' from default storage class annotation (storage/util)  
						
						
						
						
					 
					
						2017-04-01 14:40:38 +02:00 
						 
				 
			
				
					
						
							
							
								Jan Safranek 
							
						 
					 
					
						
						
							
						
						9487552e41 
					 
					
						
						
							
							Regenerate everything  
						
						
						
						
					 
					
						2017-03-02 10:23:58 +01:00 
						 
				 
			
				
					
						
							
							
								Jan Safranek 
							
						 
					 
					
						
						
							
						
						7ae4152712 
					 
					
						
						
							
							Move PV/PVC annotations to PV/PVC types.  
						
						... 
						
						
						
						They aren't part of storage.k8s.io/v1 or v1beta1 API.
Also move associated *GetClass functions. 
						
						
					 
					
						2017-03-02 10:23:55 +01:00 
						 
				 
			
				
					
						
							
							
								Shyam JVS 
							
						 
					 
					
						
						
							
						
						2ed7acfbcc 
					 
					
						
						
							
							Revert "Remove alpha provisioning"  
						
						
						
						
					 
					
						2017-02-16 13:53:55 +01:00 
						 
				 
			
				
					
						
							
							
								Jan Safranek 
							
						 
					 
					
						
						
							
						
						587eb199e0 
					 
					
						
						
							
							Remove alpha provisioning  
						
						
						
						
					 
					
						2017-02-01 14:51:54 +01:00 
						 
				 
			
				
					
						
							
							
								Clayton Coleman 
							
						 
					 
					
						
						
							
						
						9a2a50cda7 
					 
					
						
						
							
							refactor: use metav1.ObjectMeta in other types  
						
						
						
						
					 
					
						2017-01-17 16:17:19 -05:00 
						 
				 
			
				
					
						
							
							
								Clayton Coleman 
							
						 
					 
					
						
						
							
						
						36acd90aba 
					 
					
						
						
							
							Move APIs and core code to use metav1.ObjectMeta  
						
						
						
						
					 
					
						2017-01-17 16:17:18 -05:00 
						 
				 
			
				
					
						
							
							
								Jeff Grafton 
							
						 
					 
					
						
						
							
						
						20d221f75c 
					 
					
						
						
							
							Enable auto-generating sources rules  
						
						
						
						
					 
					
						2017-01-05 14:14:13 -08:00 
						 
				 
			
				
					
						
							
							
								Mike Danese 
							
						 
					 
					
						
						
							
						
						c87de85347 
					 
					
						
						
							
							autoupdate BUILD files  
						
						
						
						
					 
					
						2016-12-12 13:30:07 -08:00 
						 
				 
			
				
					
						
							
							
								Mike Danese 
							
						 
					 
					
						
						
							
						
						3b6a067afc 
					 
					
						
						
							
							autogenerated  
						
						
						
						
					 
					
						2016-10-21 17:32:32 -07:00 
						 
				 
			
				
					
						
							
							
								Scott Creeley 
							
						 
					 
					
						
						
							
						
						86f1a94be5 
					 
					
						
						
							
							Adding default StorageClass annotation printout for resource_printer  
						
						
						
						
					 
					
						2016-10-19 10:59:07 -04:00