kubernetes/pkg/controller/cronjob
Tom Wanielista d0cfc49704 Avoid panic in cronjob sorting
This change handles the case where the ith cronjob may have its start
time set to nil.

Previously, the Less method could cause a panic in case the ith
cronjob had its start time set to nil, but the jth cronjob did not. It
would panic when calling Before on a nil StartTime.
2019-03-30 12:43:14 -04:00
..
BUILD Rename: cronjob_controller[_test].go -> controller[_test].go 2019-03-19 14:36:26 -04:00
controller_test.go Rename: cronjob_controller[_test].go -> controller[_test].go 2019-03-19 14:36:26 -04:00
controller.go add completed job status in cronjob event 2019-03-27 09:48:55 +08:00
doc.go Rename ScheduledJob to CronJob 2016-11-07 10:14:12 +01:00
injection.go Set delete propagation policy to background when removing jobs and its dependents 2018-12-06 17:20:23 +01:00
OWNERS Merge pull request #72525 from justinsb/owners_should_not_be_executable 2019-02-14 23:55:45 -08:00
utils_test.go Avoid panic in cronjob sorting 2019-03-30 12:43:14 -04:00
utils.go Avoid panic in cronjob sorting 2019-03-30 12:43:14 -04:00