Remove ExpandCSIVolumes feature gate

This commit is contained in:
Mengjiao Liu
2022-11-16 13:42:02 +08:00
parent 96fd7b1b50
commit ba9dbe3a07
9 changed files with 5 additions and 17 deletions

View File

@@ -1741,7 +1741,6 @@ type CSIPersistentVolumeSource struct {
// ControllerExpandSecretRef is a reference to the secret object containing
// sensitive information to pass to the CSI driver to complete the CSI
// ControllerExpandVolume call.
// This is an beta field and requires enabling ExpandCSIVolumes feature gate.
// This field is optional, and may be empty if no secret is required. If the
// secret object contains more than one secret, all secrets are passed.
// +optional