client-go/tools/clientcmd
Patrick Ohly 70a4950f35 remove import doc comments
The "// import <path>" comment has been superseded by Go modules.
We don't have to remove them, but doing so has some advantages:

- They are used inconsistently, which is confusing.
- We can then also remove the (currently broken) hack/update-vanity-imports.sh.
- Last but not least, it would be a first step towards avoiding the k8s.io domain.

This commit was generated with
   sed -i -e 's;^package \(.*\) // import.*;package \1;' $(git grep -l '^package.*// import' | grep -v 'vendor/')

Everything was included, except for
   package labels // import k8s.io/kubernetes/pkg/util/labels
because that package is marked as "read-only".

Kubernetes-commit: 8a908e0c0bd96a3455edf7e3b5f5af90564e65b0
2024-12-02 14:43:58 +01:00
..
api remove import doc comments 2024-12-02 14:43:58 +01:00
auth_loaders.go Remove ioutil from client-go 2022-07-30 20:54:41 +09:00
client_config_test.go Isolate mergo use, add test coverage and error checking 2024-08-17 16:42:11 -04:00
client_config.go Narrow merge interface to merging the same types 2024-08-17 20:43:53 -04:00
config.go Replaces path.Operation with filepath.Operation (staging) 2022-06-15 15:17:24 +03:00
doc.go remove import doc comments 2024-12-02 14:43:58 +01:00
flag.go
helpers.go
loader_test.go Replace os.Setenv with testing.T.Setenv in tests 2023-06-05 21:03:21 -05:00
loader.go Isolate mergo use, add test coverage and error checking 2024-08-17 16:42:11 -04:00
main_test.go Remove ioutil from client-go 2022-07-30 20:54:41 +09:00
merge.go Implement limited merge function 2024-08-17 21:27:26 -04:00
merged_client_builder_test.go
merged_client_builder.go fix typo in client-go package 2023-09-08 10:31:07 +08:00
overrides_test.go
overrides.go Add DisableCompression option to KubeConfig 2022-09-07 18:04:17 -07:00
validation_test.go fix fd leaks and failed file removing for pkg client-go 2023-05-03 01:35:16 +08:00
validation.go client-go: fix panic in ConfirmUsable validation 2022-06-07 15:53:16 -04:00