apiserver/pkg
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
..
admission remove import doc comments 2024-12-02 14:43:58 +01:00
apis remove import doc comments 2024-12-02 14:43:58 +01:00
audit fix: use `ErrorContains(t, err` instead of `Contains(t, err.Error()` 2024-09-26 22:22:20 +02:00
authentication remove import doc comments 2024-12-02 14:43:58 +01:00
authorization remove import doc comments 2024-12-02 14:43:58 +01:00
cel Wrap unversioned CEL library initializer calls with guard 2024-11-06 15:32:15 -05:00
endpoints remove import doc comments 2024-12-02 14:43:58 +01:00
features featuregate UID in RequestHeader authenticator 2024-12-04 15:44:45 +01:00
quota/v1 support for resize subresource in ResourceQuota admission. 2024-10-24 14:00:57 -07:00
reconcilers refactor: add delete options for Delete method in storage interface 2024-09-19 10:31:08 -04:00
registry remove import doc comments 2024-12-02 14:43:58 +01:00
server remove import doc comments 2024-12-02 14:43:58 +01:00
storage remove import doc comments 2024-12-02 14:43:58 +01:00
storageversion add list of served versions to storage version 2023-07-12 18:27:27 -04:00
util remove import doc comments 2024-12-02 14:43:58 +01:00
warning track legacy service account tokens 2022-03-21 14:21:41 -07:00