• Tom Wanielista's avatar
    Avoid panic in cronjob sorting · d0cfc497
    Tom Wanielista authored
    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.
    d0cfc497
Name
Last commit
Last update
..
BUILD Loading commit data...
OWNERS Loading commit data...
controller.go Loading commit data...
controller_test.go Loading commit data...
doc.go Loading commit data...
injection.go Loading commit data...
utils.go Loading commit data...
utils_test.go Loading commit data...