kubelet: refactor kubelet.Runtimehooks to container.ImagePuller.
This commit is contained in:
@@ -162,8 +162,7 @@ func TestRunOnce(t *testing.T) {
|
||||
kubecontainer.FakeOS{},
|
||||
kb.networkPlugin,
|
||||
kb,
|
||||
nil,
|
||||
newKubeletRuntimeHooks(kb.recorder))
|
||||
nil)
|
||||
|
||||
pods := []*api.Pod{
|
||||
{
|
||||
|
Reference in New Issue
Block a user