apiserver/pkg/util/proxy
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
..
metrics Adds metrics to PortForward Websockets 2024-07-17 21:29:31 -07:00
doc.go remove import doc comments 2024-12-02 14:43:58 +01:00
proxy.go Add impl for uvip 2023-03-29 17:20:25 -07:00
proxy_test.go api-machinery: replace intstr.FromInt with intstr.FromInt32 2023-03-14 16:17:48 +01:00
streamtranslator.go streamtranslator counter metric by status code 2024-02-24 03:55:17 +00:00
streamtranslator_test.go streamtranslator counter metric by status code 2024-02-24 03:55:17 +00:00
streamtunnel.go Adds metrics to PortForward Websockets 2024-07-17 21:29:31 -07:00
streamtunnel_test.go fix: enable error-nil and nil-compare rules from testifylint in module `k8s.io/apiserver` 2024-09-27 07:29:09 +02:00
translatinghandler.go StreamTranslator and FallbackExecutor for WebSockets 2023-07-06 21:22:07 -07:00
translatinghandler_test.go StreamTranslator and FallbackExecutor for WebSockets 2023-07-06 21:22:07 -07:00
websocket.go apimachinery runtime: support contextual logging 2023-11-20 20:25:00 +01:00