k3s/pkg/controller/cronjob
Tom Wanielista ae13b88a76 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-04-03 12:44:01 -07:00
..
BUILD controller: use pagination in cronjob controller 2019-02-01 14:02:14 -08:00
OWNERS Merge pull request #72525 from justinsb/owners_should_not_be_executable 2019-02-14 23:55:45 -08:00
cronjob_controller.go controller: use pagination in cronjob controller 2019-02-01 14:02:14 -08:00
cronjob_controller_test.go This patch consists of various corrections. (#73060) 2019-01-22 12:28:59 -08:00
doc.go
injection.go Set delete propagation policy to background when removing jobs and its dependents 2018-12-06 17:20:23 +01:00
utils.go Avoid panic in cronjob sorting 2019-04-03 12:44:01 -07:00
utils_test.go Avoid panic in cronjob sorting 2019-04-03 12:44:01 -07:00