mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-06-08 16:30:57 -04:00
Fix build after cherry-picking
This commit is contained in:
parent
66cc4bb7ea
commit
d4cc37c3e3
2 changed files with 0 additions and 2 deletions
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue