Merge pull request #108736 from NetApp/any-volume-data-source-beta

Update AnyVolumeDataSource feature gate to beta
This commit is contained in:
Kubernetes Prow Robot
2022-03-29 17:35:25 -07:00
committed by GitHub
14 changed files with 165 additions and 12 deletions

View File

@@ -472,7 +472,7 @@ type PersistentVolumeClaimSpec struct {
// * While DataSource ignores disallowed values (dropping them), DataSourceRef
// preserves all values, and generates an error if a disallowed value is
// specified.
// (Alpha) Using this field requires the AnyVolumeDataSource feature gate to be enabled.
// (Beta) Using this field requires the AnyVolumeDataSource feature gate to be enabled.
// +optional
DataSourceRef *TypedLocalObjectReference
}