kubectl/pkg/cmd/util
Patrick Ohly 2082ef9b6e build: remove deprecated '// +build' tag
This has been replaced by `//build:...` for a long time now.

Removal of the old build tag was automated with:

    for i in $(git grep -l '^// +build' | grep -v -e '^vendor/'); do if ! grep -q '^// Code generated' "$i"; then sed -i -e '/^\/\/ +build/d' "$i"; fi; done

Kubernetes-commit: ad79e479c2314d1de91e54bc5630c52027f12e21
2025-12-01 15:54:18 +01:00
..
editor build: remove deprecated '// +build' tag 2025-12-01 15:54:18 +01:00
podcmd cmd/kubectl: make 'kubectl logs' default to the first container when default container cannot be determined or found by annotations (#105964) 2022-01-07 09:40:41 +08:00
sanity Move pkg/kubectl/cmd/util and subdirs to staging 2019-07-28 21:29:36 -07:00
caching_verifier.go kubectl: Cache Verifier.HasSupport calls 2025-05-23 21:58:05 +02:00
caching_verifier_test.go kubectl: Cache Verifier.HasSupport calls 2025-05-23 21:58:05 +02:00
env_file.go Remove dependency of generators from create configmap 2021-01-10 18:47:32 -05:00
env_file_test.go Replace os.Setenv with testing.T.Setenv in tests 2023-04-15 10:09:47 -05:00
factory.go OpenAPIResourcesGetter allows lazy-loading OpenAPI V2 2023-03-13 20:28:40 -07:00
factory_client_access.go kubectl: Cache Verifier.HasSupport calls 2025-05-23 21:58:05 +02:00
helpers.go Promote KUBECTL_COMMAND_HEADERS to stable 2025-10-22 13:56:32 +02:00
helpers_test.go Negative index regression test for json-patch (#122625) 2024-01-18 09:58:32 +00:00
kubectl_match_version.go remove pkg/version and some of redundant copies of it 2019-09-10 14:42:55 -07:00
override_options.go Add --override-type flag to kubectl run and kubectl expose to allow the choice of using a JSON Patch or Strategic Merge Patch to apply the override to the generated output. 2021-11-05 07:10:47 -04:00
printing.go Move pkg/kubectl/cmd/util and subdirs to staging 2019-07-28 21:29:36 -07:00