update internal type of csiNodeExpand feature to beta
Signed-off-by: Humble Chirammal <humble.devassy@gmail.com>
This commit is contained in:
parent
92f59b6323
commit
0bdb2db18d
@ -1749,9 +1749,10 @@ type CSIPersistentVolumeSource struct {
|
|||||||
// NodeExpandSecretRef is a reference to the secret object containing
|
// NodeExpandSecretRef is a reference to the secret object containing
|
||||||
// sensitive information to pass to the CSI driver to complete the CSI
|
// sensitive information to pass to the CSI driver to complete the CSI
|
||||||
// NodeExpandVolume call.
|
// NodeExpandVolume call.
|
||||||
// This is an alpha field and requires enabling CSINodeExpandSecret feature gate.
|
// This is a beta field which is enabled default by CSINodeExpandSecret feature gate.
|
||||||
// This field is optional, may be omitted if no secret is required. If the
|
// This field is optional, may be omitted if no secret is required. If the
|
||||||
// secret object contains more than one secret, all secrets are passed.
|
// secret object contains more than one secret, all secrets are passed.
|
||||||
|
// +featureGate=CSINodeExpandSecret
|
||||||
// +optional
|
// +optional
|
||||||
NodeExpandSecretRef *SecretReference
|
NodeExpandSecretRef *SecretReference
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user