kubectl/pkg/cmd/util/editor
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
..
crlf Move pkg/kubectl/cmd/util and subdirs to staging 2019-07-28 21:29:36 -07:00
editoptions.go kubectl: remove subresource restrictions from all commands 2024-10-31 16:00:52 -07:00
editoptions_test.go Migrate genericclioptions.IOStreams usage to genericiooptions 2023-04-05 14:07:46 +03:00
editor.go Fix editor launch with Windows cmd.exe when KUBE_EDITOR has spaces 2022-08-29 22:13:25 +02:00
editor_test.go Remove ioutil from kubectl 2022-07-30 22:31:16 +09:00
launcher_others.go build: remove deprecated '// +build' tag 2025-12-01 15:54:18 +01:00
launcher_windows.go Fix editor launch with Windows cmd.exe when KUBE_EDITOR has spaces 2022-08-29 22:13:25 +02:00