var shortDead …
var mediumDead …
var longDead …
var noDead …
var errorSchedule …
var onTheHour …
var everyHour …
var errorTimeZone …
var newYork …
func cronJob() batchv1.CronJob { … }
func jobSpec() batchv1.JobSpec { … }
func justASecondBeforeTheHour() time.Time { … }
func justAfterThePriorHour() time.Time { … }
func justBeforeThePriorHour() time.Time { … }
func justAfterTheHour() *time.Time { … }
func justAfterTheHourInZone(tz string) time.Time { … }
func justBeforeTheHour() time.Time { … }
func justBeforeTheNextHour() time.Time { … }
func weekAfterTheHour() time.Time { … }
func TestControllerV2SyncCronJob(t *testing.T) { … }
type fakeQueue …
func (f *fakeQueue) AddAfter(key string, delay time.Duration) { … }
func TestControllerV2UpdateCronJob(t *testing.T) { … }
func TestControllerV2GetJobsToBeReconciled(t *testing.T) { … }
func TestControllerV2CleanupFinishedJobs(t *testing.T) { … }
func TestControllerV2JobAlreadyExistsButNotInActiveStatus(t *testing.T) { … }
func TestControllerV2JobAlreadyExistsButDifferentOwner(t *testing.T) { … }