From d4cc37c3e32a2d0336cb6504121b1735cd337661 Mon Sep 17 00:00:00 2001 From: Vladimir Nachev Date: Sat, 30 Jan 2021 22:40:09 +0200 Subject: [PATCH] Fix build after cherry-picking --- .../volume/attachdetach/attach_detach_controller_test.go | 1 - pkg/volume/testing/testing.go | 1 - 2 files changed, 2 deletions(-) diff --git a/pkg/controller/volume/attachdetach/attach_detach_controller_test.go b/pkg/controller/volume/attachdetach/attach_detach_controller_test.go index b6432217231..ee03b5b55b9 100644 --- a/pkg/controller/volume/attachdetach/attach_detach_controller_test.go +++ b/pkg/controller/volume/attachdetach/attach_detach_controller_test.go @@ -415,7 +415,6 @@ func volumeAttachmentRecoveryTestCase(t *testing.T, tc vaTest) { false, 1*time.Second, DefaultTimerConfig, - nil, /* filteredDialOptions */ ) if err != nil { t.Fatalf("NewAttachDetachController failed with error. Expected: Actual: <%v>", err) diff --git a/pkg/volume/testing/testing.go b/pkg/volume/testing/testing.go index b17210c68f1..f53e7567bdc 100644 --- a/pkg/volume/testing/testing.go +++ b/pkg/volume/testing/testing.go @@ -28,7 +28,6 @@ import ( "time" "k8s.io/apimachinery/pkg/util/sets" - "k8s.io/mount-utils" "k8s.io/utils/exec" testingexec "k8s.io/utils/exec/testing" "k8s.io/utils/mount"