kubectl/pkg/cmd/util/editor
Hong Xu e8a9ba311e Use os.CreateTemp in kubectl editor (#99921)
os.CreateTemp seems to perform the exactly same task here, and its
implementation seems having considered many more edge cases than the
implementation here. This patch uses os.CreateTemp here to avoid
reinventing the wheel.

Kubernetes-commit: de0f030bcec55944dcbf81a9eec4f4d87f76567f
2021-04-08 16:00:25 -07:00
..
crlf Move pkg/kubectl/cmd/util and subdirs to staging 2019-07-28 21:29:36 -07:00
editoptions.go Strip .meta.managedFields for kubectl edit command 2020-06-09 14:56:57 +02:00
editoptions_test.go Strip .meta.managedFields for kubectl edit command 2020-06-09 14:56:57 +02:00
editor.go Use os.CreateTemp in kubectl editor (#99921) 2021-04-08 16:00:25 -07:00
editor_test.go Move pkg/kubectl/cmd/util and subdirs to staging 2019-07-28 21:29:36 -07:00