kubectl/pkg
Chris Bandy facdb16b53 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.

Kubernetes-commit: 2181eea48435310d1b6e366ea8db2968c4941b93
2023-04-15 10:09:47 -05:00
..
apps Remove `newlineReporter` custom report 2022-06-01 13:09:47 +08:00
cmd Replace os.Setenv with testing.T.Setenv in tests 2023-04-15 10:09:47 -05:00
describe kubectl: use v2 for hpa 2023-01-06 23:45:54 -05:00
drain kubectl/pkg/drain: Include namespace in evictPods return error 2023-02-07 13:10:30 -08:00
explain openapi: Make file client more easy to re-use 2023-03-28 13:40:28 -07:00
generate Clean unused generators 2021-03-03 22:47:53 +01:00
metricsutil Added --sum flag to kubectl top pod 2021-09-16 09:28:30 -04:00
polymorphichelpers Replace uses of diff.ObjectDiff with cmp.Diff 2023-03-23 11:29:01 -07:00
proxy Remove ioutil from kubectl 2022-07-30 22:31:16 +09:00
rawhttp Migrate genericclioptions.IOStreams usage to genericiooptions 2023-04-05 14:07:46 +03:00
scale Support kubectl scale --dry-run=server|client 2020-03-30 17:33:15 -04:00
scheme Replace uses of diff.ObjectDiff with cmp.Diff 2023-03-23 11:29:01 -07:00
util Migrate genericclioptions.IOStreams usage to genericiooptions 2023-04-05 14:07:46 +03:00
validation test: fix ginkgolinter issues 2023-02-22 10:35:09 +01:00