Use client v7

This commit is contained in:
xing-yang
2024-01-30 15:17:35 -05:00
parent 49c81b0855
commit 3ed4ebd3d8
90 changed files with 266 additions and 256 deletions

View File

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