Implement CSI volume snapshots

This commit is contained in:
Vitaliy Filippov
2023-10-31 01:00:48 +03:00
parent a378789f10
commit b3f1fd3848
2 changed files with 156 additions and 19 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
)