kubernetes/pkg/kubelet/nodeshutdown
Patrick Ohly 7f55a0bae0 kubelet: avoid manipulating global logger during unit test
The code as it stands now works, but it is still complicated and previous
versions had race
conditions (https://github.com/kubernetes/kubernetes/issues/108040). Now the
test works without modifying global state. The individual test cases could run
in parallel, this just isn't done because they complete quickly already (2
seconds).
2022-06-24 11:27:40 +02:00
..
systemd generated: Run hack/update-gofmt.sh 2021-08-24 15:47:49 -04:00
nodeshutdown_manager_linux_test.go kubelet: avoid manipulating global logger during unit test 2022-06-24 11:27:40 +02:00
nodeshutdown_manager_linux.go kubelet: convert node shutdown manager to contextual logging 2022-06-24 11:20:34 +02:00
nodeshutdown_manager_others.go Refactor to use structure to pass parameters 2021-10-15 11:16:21 +08:00
nodeshutdown_manager.go kubelet: convert node shutdown manager to contextual logging 2022-06-24 11:20:34 +02:00
storage_test.go Add test for storage 2022-03-11 17:31:10 +08:00
storage.go Atomic write status file 2022-03-11 17:50:33 +08:00