kubernetes/pkg/registry
Patrick Ohly 8a908e0c0b 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".
2024-12-02 16:59:34 +01:00
..
admissionregistration remove import doc comments 2024-12-02 16:59:34 +01:00
apiserverinternal remove import doc comments 2024-12-02 16:59:34 +01:00
apps remove import doc comments 2024-12-02 16:59:34 +01:00
authentication KEP-3325: Promote SelfSubjectReview to GA 2023-05-02 14:50:40 +02:00
authorization KEP-4601: AuthorizeNodeWithSelectors / AuthorizeWithSelectors to beta 2024-10-17 21:02:55 -04:00
autoscaling remove import doc comments 2024-12-02 16:59:34 +01:00
batch remove import doc comments 2024-12-02 16:59:34 +01:00
certificates remove import doc comments 2024-12-02 16:59:34 +01:00
coordination v1alpha2 LeaseCandidate API 2024-11-08 02:27:19 +00:00
core remove import doc comments 2024-12-02 16:59:34 +01:00
discovery remove import doc comments 2024-12-02 16:59:34 +01:00
events Remove ability to re-enable serving deprecated eventv1beta1 APIs 2023-04-28 14:58:59 +08:00
flowcontrol remove import doc comments 2024-12-02 16:59:34 +01:00
networking remove import doc comments 2024-12-02 16:59:34 +01:00
node remove import doc comments 2024-12-02 16:59:34 +01:00
policy remove import doc comments 2024-12-02 16:59:34 +01:00
rbac remove import doc comments 2024-12-02 16:59:34 +01:00
registrytest remove import doc comments 2024-12-02 16:59:34 +01:00
resource [KEP-4817] Use structured.MakeDeviceID 2024-11-07 09:59:56 +01:00
scheduling remove import doc comments 2024-12-02 16:59:34 +01:00
storage Promote VolumeAttributesClass to beta 2024-07-23 13:58:14 +08:00
storagemigration remove import doc comments 2024-12-02 16:59:34 +01:00
doc.go remove import doc comments 2024-12-02 16:59:34 +01:00
OWNERS Use emeritus_* 2024-08-22 17:48:27 -04:00