Update to client/v4

This commit is contained in:
xing-yang
2020-12-14 18:50:10 +00:00
parent b55e1f96bb
commit 730e6f6458
121 changed files with 246 additions and 246 deletions

View File

@@ -31,9 +31,9 @@ import (
ref "k8s.io/client-go/tools/reference"
klog "k8s.io/klog/v2"
crdv1 "github.com/kubernetes-csi/external-snapshotter/client/v3/apis/volumesnapshot/v1"
"github.com/kubernetes-csi/external-snapshotter/v3/pkg/metrics"
"github.com/kubernetes-csi/external-snapshotter/v3/pkg/utils"
crdv1 "github.com/kubernetes-csi/external-snapshotter/client/v4/apis/volumesnapshot/v1"
"github.com/kubernetes-csi/external-snapshotter/v4/pkg/metrics"
"github.com/kubernetes-csi/external-snapshotter/v4/pkg/utils"
)
// ==================================================================