kubernetes/pkg/controller/endpointslicemirroring
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
..
config remove import doc comments 2024-12-02 16:59:34 +01:00
metrics move endpointslice reconciler to staging endpointslice repo 2023-07-11 18:08:12 +00:00
endpointslicemirroring_controller.go Merge pull request #124600 from alvaroaleman/typed-wq 2024-05-06 16:18:31 -07:00
endpointslicemirroring_controller_test.go kube-controller-manager: finish conversion to contextual logging 2023-07-12 14:57:29 +02:00
events.go Adding new logging, event, and metric to better capture when mirroring addresses is skipped 2020-07-06 12:43:35 -07:00
OWNERS Check in OWNERS modified by update-yamlfmt.sh 2021-12-09 21:31:26 -05:00
reconciler.go fix endpointslicemirroring controller not create endpointslice when the endpoints are recreate 2024-06-22 10:05:03 +08:00
reconciler_helpers.go move endpointslice reconciler to staging endpointslice repo 2023-07-11 18:08:12 +00:00
reconciler_helpers_test.go Graduate EndpointSlice Controllers to GA 2021-03-06 15:58:47 -08:00
reconciler_test.go fix endpointslicemirroring controller not create endpointslice when the endpoints are recreate 2024-06-22 10:05:03 +08:00
utils.go move endpointslice reconciler to staging endpointslice repo 2023-07-11 18:08:12 +00:00
utils_test.go pkg/controller: Replace deprecated func usage from the k8s.io/utils/pointer pkg 2022-11-23 17:40:23 +02:00