kubernetes/cmd/kubeadm/test
Chris Bandy 240fccd766 Replace os.Setenv with testing.T.Setenv in tests
T.Setenv ensures that the environment is returned to its prior state
when the test ends. It also panics when called from a parallel test to
prevent racy test interdependencies.
2023-04-17 20:03:09 -05:00
..
cmd Replace os.Setenv with testing.T.Setenv in tests 2023-04-17 20:03:09 -05:00
kubeconfig re-order imports for kubeadm 2021-08-17 22:40:46 +08:00
resources re-order imports for kubeadm 2021-08-17 22:40:46 +08:00
util.go replace deprecated io/ioutil with os and io for cmd 2022-02-01 13:59:41 +08:00