kubernetes/pkg/controller/garbagecollector
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
metaonly generated: Run hack/update-gofmt.sh 2021-08-24 15:47:49 -04:00
metrics add gc metrics and collect sync errors 2022-02-04 20:21:30 +01:00
testdata Reimplement GC dot graph dumping without gonum library 2022-09-23 13:12:33 -04:00
dump.go Reimplement GC dot graph dumping without gonum library 2022-09-23 13:12:33 -04:00
dump_test.go replace spew methods with dump methods 2023-04-14 08:05:53 +08:00
errors.go Enable garbage collection of custom resources 2017-07-28 10:00:10 -04:00
garbagecollector.go Merge pull request #123152 from tnqn/fix-error-log 2024-10-23 01:17:29 +01:00
garbagecollector_test.go Use k8s.io/utils/lru instead of github.com/golang/groupcache/lru 2024-11-04 10:51:13 -05:00
graph.go garbagecollector: structured logging of objectReference 2023-03-08 08:37:56 -05:00
graph_builder.go Merge pull request #123184 from googs1025/delete_repeat_comments 2024-06-24 16:48:32 -07:00
graph_builder_test.go Add GC unit tests 2020-11-17 10:49:32 -05:00
operations.go garbagecollector: use contextual logging 2023-03-08 08:37:56 -05:00
OWNERS Add api-machinery TL owners permissions for jpbetz 2023-05-15 11:09:54 -04:00
patch.go fix: 81134: fix unsafe json for ReleaseControllerRevision (#104049) 2021-11-05 06:33:52 -07:00
uid_cache.go Use k8s.io/utils/lru instead of github.com/golang/groupcache/lru 2024-11-04 10:51:13 -05:00