Update to v3

This commit is contained in:
xing-yang
2020-09-08 19:50:25 +00:00
parent 42650bce93
commit a2ac03c740
83 changed files with 166 additions and 166 deletions

View File

@@ -19,7 +19,7 @@ package main
import (
"flag"
webhook "github.com/kubernetes-csi/external-snapshotter/v2/pkg/validation-webhook"
webhook "github.com/kubernetes-csi/external-snapshotter/v3/pkg/validation-webhook"
"k8s.io/klog"
)