Merge pull request #84533 from davidz627/fix/deprecatedPath

Remove plugin watching of deprecated directory and CSI v0 support in accordance with deprecation policy
This commit is contained in:
Kubernetes Prow Robot
2019-11-12 04:48:20 -08:00
committed by GitHub
35 changed files with 237 additions and 6300 deletions

View File

@@ -331,7 +331,6 @@ func newTestKubeletWithImageList(
kubelet.pluginManager = pluginmanager.NewPluginManager(
kubelet.getPluginsRegistrationDir(), /* sockDir */
kubelet.getPluginsDir(), /* deprecatedSockDir */
kubelet.recorder,
)
kubelet.setNodeStatusFuncs = kubelet.defaultNodeStatusFuncs()