k3s/pkg/controller/scheduledjob
Kubernetes Submit Queue 8152cfb9c3 Merge pull request #32670 from soltysh/cron_update
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
2016-09-23 13:27:16 -07:00
..
controller.go Move ScheduledJob controller to use generated clientset 2016-09-14 11:27:29 +02:00
controller_test.go Remove pods along with jobs when Replace ConcurrentPolicy is set 2016-08-14 11:59:06 +02:00
doc.go Fix errors, verification and test failures; add unit test for sj UpdateStatus 2016-08-05 13:35:39 -07:00
injection.go Move ScheduledJob controller to use generated clientset 2016-09-14 11:27:29 +02:00
utils.go Remove hacks from ScheduledJobs cron spec parsing 2016-09-14 20:30:20 +02:00
utils_test.go controller: remove duplicate created-by annotation from scheduled jobs 2016-09-08 14:53:14 +02:00