apiserver/pkg/endpoints
Patrick Ohly b84662911c 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
..
deprecation Generate and format files 2022-07-19 20:54:13 -04:00
discovery fix: enable expected-actual rule from testifylint in module `k8s.io/apiserver` 2024-09-27 07:49:07 +02:00
filterlatency kube-apiserver: remove deprecated otel NewNoopTracerProvider 2024-06-07 19:57:37 +02:00
filters remove import doc comments 2024-12-02 14:43:58 +01:00
handlers remove import doc comments 2024-12-02 14:43:58 +01:00
metrics feat: Add function to reset label allow list for apiserver endpoints metrics 2024-10-30 09:28:24 -07:00
openapi add test case for ToValidOperationID method: TestToValidOperationID 2022-04-27 11:48:44 +08:00
request remove import doc comments 2024-12-02 14:43:58 +01:00
responsewriter Generate and format files 2022-07-19 20:54:13 -04:00
testing remove import doc comments 2024-12-02 14:43:58 +01:00
warning Switch to v3 of github.com/emicklei/go-restful 2022-06-02 10:03:29 -04:00
OWNERS Add apelisse into some more OWNERS files 2022-11-14 16:28:14 -08:00
apiserver_test.go Fix Go vet errors for master golang 2024-09-12 18:15:22 +05:30
audit_test.go Consolidate AuditContext 2022-07-12 11:53:57 -07:00
doc.go remove import doc comments 2024-12-02 14:43:58 +01:00
groupversion.go Remove unused field from APIGroupVersion 2024-05-18 12:47:42 -07:00
installer.go Add CBOR feature gates. 2024-11-04 10:40:19 -05:00
installer_test.go Use v2 types with agg discovery 2024-01-19 16:13:47 -05:00
patchhandler_test.go Fix apiserver selflink tests 2022-01-13 16:01:35 +01:00
watch_test.go Minor cleanup in watch handlers 2023-11-29 22:31:05 +01:00