mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-20 17:38:50 +00:00
Update AnyVolumeDataSource feature gate to beta
Default to enabled Fix validation of null-updates/patches when the "old" PVC was persisted by an older version. Add upgrade integration tests written by liggitt.
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
Reference in New Issue
Block a user