Files
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
..
2019-03-30 12:43:14 -04:00
2019-03-30 12:43:14 -04:00