Merge pull request #864 from carlory/patch-001

check if the csi driver is supported the volume group snapshot cap
This commit is contained in:
Kubernetes Prow Robot
2023-09-05 19:40:51 -07:00
committed by GitHub
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