mirror of
https://github.com/optim-enterprises-bv/kubernetes.git
synced 2025-11-02 03:08:15 +00:00
use node informer to check volumes attachment status before backoff
fix unit tests
This commit is contained in:
@@ -214,6 +214,12 @@ func newTestKubeletWithImageList(
|
||||
Address: testKubeletHostIP,
|
||||
},
|
||||
},
|
||||
VolumesAttached: []v1.AttachedVolume{
|
||||
{
|
||||
Name: "fake/fake-device",
|
||||
DevicePath: "fake/path",
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user