kubernetes/pkg/controller/deployment
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
util add tests for getReplicaSetFraction in the deployment controller (#128535) 2024-11-04 19:11:43 +00:00
deployment_controller.go Use the generic/typed workqueue throughout 2024-05-04 14:33:12 -04:00
deployment_controller_test.go Use the generic/typed workqueue throughout 2024-05-04 14:33:12 -04:00
OWNERS Check in OWNERS modified by update-yamlfmt.sh 2021-12-09 21:31:26 -05:00
progress.go deployment controller: use contextual logging 2023-03-13 19:00:44 +08:00
progress_test.go Use the generic/typed workqueue throughout 2024-05-04 14:33:12 -04:00
recreate.go Wire contexts to Apps controllers 2021-10-13 16:32:13 -04:00
recreate_test.go Use ptr.To to retrieve intstr addresses 2023-09-08 11:10:50 +02:00
rollback.go Migrated pkg/controller/volume|util|replicaset|nodeipam to contextual logging 2023-07-06 07:39:52 +08:00
rolling.go use build-in max and min func to instead of k8s.io/utils/integer funcs 2023-12-15 15:09:11 +08:00
rolling_test.go Use ptr.To to retrieve intstr addresses 2023-09-08 11:10:50 +02:00
sync.go add tests for getReplicaSetFraction in the deployment controller (#128535) 2024-11-04 19:11:43 +00:00
sync_test.go Use ptr.To to retrieve intstr addresses 2023-09-08 11:10:50 +02:00