kubernetes/pkg/controller/cronjob
Maciej Szulik be44d67566
Re-use common parts between getNextScheduleTime and nextScheduledTimeDuration
The two methods nextScheduledTimeDuration and getNextScheduleTime have a
lot of similarities, so this commit squashes the common parts together
along with getMostRecentScheduleTime to avoid code duplication.
2023-01-18 16:52:45 +01:00
..
config OWNERS cleanup - Jan 2021 Week 1 2022-01-10 08:14:29 -05:00
metrics Promote cronjob_job_creation_skew metric to stable 2022-11-04 13:55:32 +01:00
cronjob_controllerv2_test.go Merge pull request #109250 from d-honeybadger/fix-cronjob-scheduling-every-syntax 2022-06-28 04:37:57 -07:00
cronjob_controllerv2.go Re-use common parts between getNextScheduleTime and nextScheduledTimeDuration 2023-01-18 16:52:45 +01:00
doc.go
injection.go Remove selflink references in different testing-related files 2022-01-14 12:58:05 +01:00
OWNERS Check in OWNERS modified by update-yamlfmt.sh 2021-12-09 21:31:26 -05:00
utils_test.go Re-use common parts between getNextScheduleTime and nextScheduledTimeDuration 2023-01-18 16:52:45 +01:00
utils.go Re-use common parts between getNextScheduleTime and nextScheduledTimeDuration 2023-01-18 16:52:45 +01:00