Skip to content

Commit 73611a4

Browse files
gnufiedhuffmanca
authored andcommitted
Fix expected version for csidriver
Add a comment about GA feature
1 parent c6fd25d commit 73611a4

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

pkg/features/kube_features.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,7 @@ const (
172172
// owner: @saad-ali
173173
// alpha: v1.12
174174
// beta: v1.14
175+
// GA: v1.18
175176
// Enable all logic related to the CSIDriver API object in storage.k8s.io
176177
CSIDriverRegistry featuregate.Feature = "CSIDriverRegistry"
177178

test/integration/etcd/data.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -519,6 +519,7 @@ func GetEtcdStorageDataForNamespace(namespace string) map[schema.GroupVersionRes
519519
etcdStorageData[gvr("storage.k8s.io", "v1", "csidrivers")] = StorageData{
520520
Stub: `{"metadata": {"name": "csid2"}, "spec": {"attachRequired": true, "podInfoOnMount": true}}`,
521521
ExpectedEtcdPath: "/registry/csidrivers/csid2",
522+
ExpectedGVK: gvkP("storage.k8s.io", "v1beta1", "CSIDriver"),
522523
}
523524

524525
return etcdStorageData

0 commit comments

Comments
 (0)