kubernetes/plugin/pkg/admission/eventratelimit
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
..
apis/eventratelimit remove import doc comments 2024-12-02 16:59:34 +01:00
admission.go replace package realClock impl. with clock.RealClock 2021-09-14 20:56:57 +05:30
admission_test.go Migrate to k8s.io/utils/clock 2021-09-17 15:19:08 +02:00
cache.go switch from golang-lru to the one in k8s.io/utils 2021-07-07 22:31:37 -04:00
cache_test.go switch from golang-lru to the one in k8s.io/utils 2021-07-07 22:31:37 -04:00
config.go Replace deprecation ioutil fucntions 2023-11-22 17:12:23 +08:00
doc.go remove import doc comments 2024-12-02 16:59:34 +01:00
limitenforcer.go switch from golang-lru to the one in k8s.io/utils 2021-07-07 22:31:37 -04:00