kubernetes/pkg/kubelet/pluginmanager
Claudiu Belu f567b85cc4 kubelet: Fixes plugin Watcher for Windows
Currently, the plugin Watcher checks if a file is a socket or not by
running mode&os.ModeSocket != 0, which can't be True on Windows.

util.IsUnixDomainSocket should be used instead.
2022-07-26 18:45:10 +03:00
..
cache Fix typo in pkg/kubelet/pluginmanager/cache/actual_state_of_world 2022-02-24 16:20:24 -05:00
metrics hack/update-bazel.sh 2021-02-28 15:17:29 -08:00
operationexecutor Update github.com/pkg/errors to go native errors pkg 2021-06-21 23:03:14 +05:30
pluginwatcher kubelet: Fixes plugin Watcher for Windows 2022-07-26 18:45:10 +03:00
reconciler migrate pkg/kubelet/pluginmanager to structured logging 2021-03-10 15:44:16 +08:00
OWNERS Cleanup OWNERS files (No Activity in the last year) 2021-12-15 10:34:02 -05:00
plugin_manager_test.go fix(pluginwatcher): watch socket dir before traversing it 2020-08-14 12:07:04 +08:00
plugin_manager.go Add failure handling of the desiredStateOfWorldPopulator start 2022-07-01 13:56:33 +08:00