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

@@ -17,7 +17,7 @@ limitations under the License.
package common_controller
import (
"github.com/kubernetes-csi/external-snapshotter/v6/pkg/utils"
"github.com/kubernetes-csi/external-snapshotter/v7/pkg/utils"
v1 "k8s.io/api/core/v1"
"testing"
)