kubernetes/pkg/controller/nodelifecycle
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
scheduler node-lifecycle-controller: improve processPod test-coverage 2024-10-10 13:52:10 +08:00
metrics.go Cleanup deprecated metrics 2023-03-13 22:55:34 +01:00
node_lifecycle_controller.go Merge pull request #122644 from gyuho/logs-removing-taints 2024-10-23 01:17:15 +01:00
node_lifecycle_controller_test.go Use k8s.io/kubernetes/test/utils/ktesting 2024-11-07 10:36:13 +08:00
OWNERS Add SIG ownership to controller/nodelifecycle 2023-04-12 15:42:06 -04:00