check if the csi driver is supported the volume group snapshot cap when the --enable-volume-group-snapshots arg is true

This commit is contained in:
carlory
2023-06-20 18:04:02 +08:00
parent dd523a00ef
commit c494031e55
6 changed files with 52 additions and 11 deletions

2
go.mod
View File

@@ -8,7 +8,7 @@ require (
github.com/fsnotify/fsnotify v1.6.0
github.com/golang/mock v1.6.0
github.com/google/gofuzz v1.2.0
github.com/kubernetes-csi/csi-lib-utils v0.13.0
github.com/kubernetes-csi/csi-lib-utils v0.14.0
github.com/kubernetes-csi/csi-test/v4 v4.4.0
github.com/kubernetes-csi/external-snapshotter/client/v6 v6.1.0
github.com/prometheus/client_golang v1.16.0