File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -531,8 +531,8 @@ type PersistentVolumeClaimSpec struct {
531
531
// * An existing PVC (PersistentVolumeClaim)
532
532
// If the provisioner or an external controller can support the specified data source,
533
533
// it will create a new volume based on the contents of the specified data source.
534
- // When the AnyVolumeDataSource feature gate is enabled, dataSource contents will be copied to dataSourceRef,
535
- // and dataSourceRef contents will be copied to dataSource when dataSourceRef.namespace is not specified.
534
+ // dataSource contents will be copied to dataSourceRef, and dataSourceRef contents
535
+ // will be copied to dataSource when dataSourceRef.namespace is not specified.
536
536
// If the namespace is specified, then dataSourceRef will not be copied to dataSource.
537
537
// +optional
538
538
DataSource * TypedLocalObjectReference
@@ -557,8 +557,6 @@ type PersistentVolumeClaimSpec struct {
557
557
// specified.
558
558
// * While dataSource only allows local objects, dataSourceRef allows objects
559
559
// in any namespaces.
560
- // (Beta) Using this field requires the AnyVolumeDataSource feature gate to be enabled.
561
- // (Alpha) Using the namespace field of dataSourceRef requires the CrossNamespaceVolumeDataSource feature gate to be enabled.
562
560
// +optional
563
561
DataSourceRef * TypedObjectReference
564
562
// volumeAttributesClassName may be used to set the VolumeAttributesClass used by this claim.
You can’t perform that action at this time.
0 commit comments