mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-02-17 17:58:13 -05:00
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. |
||
|---|---|---|
| .. | ||
| BUILD | ||
| controller.go | ||
| controller_test.go | ||
| doc.go | ||
| injection.go | ||
| OWNERS | ||
| utils.go | ||
| utils_test.go | ||