kubernetes/pkg/controller/cronjob
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 Promote cronjob_job_creation_skew metric to stable 2022-11-04 13:55:32 +01:00
cronjob_controllerv2.go fix(cronjob): lastSuccessfullTime not set when successfulJobsHistoryLimit equal to zero (#122025) 2024-07-05 03:57:47 -07:00
cronjob_controllerv2_test.go fix(cronjob): lastSuccessfullTime not set when successfulJobsHistoryLimit equal to zero (#122025) 2024-07-05 03:57:47 -07:00
doc.go Rename ScheduledJob to CronJob 2016-11-07 10:14:12 +01:00
injection.go cronjob: return immediately when failed to create job for the namespace is terminating 2023-02-22 17:37:31 +08:00
OWNERS Check in OWNERS modified by update-yamlfmt.sh 2021-12-09 21:31:26 -05:00
utils.go drop deprecated pointer package in controller 2024-05-09 11:34:25 +08:00
utils_test.go drop deprecated pointer package in controller 2024-05-09 11:34:25 +08:00