Fix build after cherry-picking

This commit is contained in:
Vladimir Nachev 2021-01-30 22:40:09 +02:00
parent 66cc4bb7ea
commit d4cc37c3e3
No known key found for this signature in database
GPG key ID: D18B0369007025FA
2 changed files with 0 additions and 2 deletions

View file

@ -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: <no error> Actual: <%v>", err)

View file

@ -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"