Merge pull request #4205 from f10atin9/update_csiDriver

Update csi driver apiVersion
This commit is contained in:
KubeSphere CI Bot
2021-09-09 11:33:15 +08:00
committed by GitHub
85 changed files with 2894 additions and 395 deletions

View File

@@ -20,7 +20,7 @@ import (
"testing"
"github.com/google/go-cmp/cmp"
fakesnapshot "github.com/kubernetes-csi/external-snapshotter/client/v3/clientset/versioned/fake"
fakesnapshot "github.com/kubernetes-csi/external-snapshotter/client/v4/clientset/versioned/fake"
fakeistio "istio.io/client-go/pkg/clientset/versioned/fake"
appsv1 "k8s.io/api/apps/v1"
corev1 "k8s.io/api/core/v1"