kubelet: Introduce volume manager.
The volume manager book-keeps the information for the volume mounts on the kubelet, so we can avoid passing the volumeMap around.
This commit is contained in:
@@ -87,6 +87,7 @@ func TestRunOnce(t *testing.T) {
|
||||
readinessManager: kubecontainer.NewReadinessManager(),
|
||||
podManager: podManager,
|
||||
os: FakeOS{},
|
||||
volumeManager: newVolumeManager(),
|
||||
}
|
||||
|
||||
kb.networkPlugin, _ = network.InitNetworkPlugin([]network.NetworkPlugin{}, "", network.NewFakeHost(nil))
|
||||
|
Reference in New Issue
Block a user