mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-27 21:47:07 +00:00
CSINodeExpandSecret featuregate has to be 1.25 based
At present the CSINodeExpandSecret feature gate has been tagged with 1.24 in the source code comments incorrectly. This commit address the same Signed-off-by: Humble Chirammal <hchiramm@redhat.com>
This commit is contained in:
parent
32c3fb3b78
commit
055512b5c8
@ -164,7 +164,7 @@ const (
|
|||||||
|
|
||||||
// owner: @humblec, @zhucan
|
// owner: @humblec, @zhucan
|
||||||
// kep: http://kep.k8s.io/3171
|
// kep: http://kep.k8s.io/3171
|
||||||
// alpha: v1.24
|
// alpha: v1.25
|
||||||
//
|
//
|
||||||
// Enables SecretRef field in CSI NodeExpandVolume request.
|
// Enables SecretRef field in CSI NodeExpandVolume request.
|
||||||
CSINodeExpandSecret featuregate.Feature = "CSINodeExpandSecret"
|
CSINodeExpandSecret featuregate.Feature = "CSINodeExpandSecret"
|
||||||
|
Loading…
Reference in New Issue
Block a user