apiserver/pkg/util
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
..
apihelpers Wire serving codecs to CBOR feature gate. 2024-11-01 16:05:32 -04:00
dryrun Revert "remove unwanted values returned from dry-run" 2022-04-06 12:34:42 -04:00
feature Add CBOR feature gates. 2024-11-04 10:40:19 -05:00
flowcontrol remove import doc comments 2024-12-02 14:43:58 +01:00
flushwriter remove import doc comments 2024-12-02 14:43:58 +01:00
notfoundhandler aggregator: pass apiServiceRegistrationControllerInitiated signal directly to apiserviceRegistration controller 2021-10-20 11:06:27 +02:00
openapi Cleanup defer from SetFeatureGateDuringTest function call 2024-04-23 10:39:47 +02:00
peerproxy reset err in resolveServingLocation() when the req can be served by local apiserver 2024-09-27 16:54:08 -07:00
proxy remove import doc comments 2024-12-02 14:43:58 +01:00
responsewriter Move inmemoryresponsewriter into own package 2024-09-30 21:11:53 +00:00
shufflesharding Less demanding test cases in TestUniformDistribution 2021-01-25 01:44:08 -05:00
webhook Validate CABundle when writing CRD 2024-03-26 15:59:16 +00:00
wsstream Re-add the legacy wsstream package and deprecate it 2023-05-23 16:15:07 -07:00
x509metrics Initialize the AuditEvent with the AuditContext (#113611) 2023-07-03 18:28:13 +00:00