• Kubernetes Submit Queue's avatar
    Merge pull request #32670 from soltysh/cron_update · 8152cfb9
    Kubernetes Submit Queue authored
    Automatic merge from submit-queue
    
    Remove hacks from ScheduledJobs cron spec parsing 
    
    Previusly `github.com/robfig/cron` library did not allow passing cron spec without seconds. First commit updates the library, which has additional method ParseStandard which follows the standard cron spec, iow. minute, hour, day of month, month, day of week.
    
    @janetkuo @erictune as promised in #30227 I've updated the library and now I'm updating it in k8s
    8152cfb9
Name
Last commit
Last update
..
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...