Implement CSI volume snapshots

This commit is contained in:
Vitaliy Filippov
2023-11-01 12:46:20 +03:00
parent 7c054c6f10
commit 37653abe4b
7 changed files with 227 additions and 24 deletions
+1
View File
@@ -9,6 +9,7 @@ require (
golang.org/x/net v0.0.0-20201202161906-c7110b5ffcbb
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
google.golang.org/grpc v1.33.1
google.golang.org/protobuf v1.24.0
k8s.io/klog v1.0.0
k8s.io/utils v0.0.0-20210305010621-2afb4311ab10
)