Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for newConditions (0.18 sec)

  1. pkg/controller/job/job_controller_test.go

    	fakeClock := clocktesting.NewFakeClock(time.Now())
    	now := fakeClock.Now()
    	minuteAgo := now.Add(-time.Minute)
    	completedCond := newCondition(batch.JobComplete, v1.ConditionTrue, "", "", now)
    	succeededCond := newCondition(batch.JobSuccessCriteriaMet, v1.ConditionTrue, "", "", minuteAgo)
    	failedCond := newCondition(batch.JobFailed, v1.ConditionTrue, "", "", now)
    	indexedCompletion := batch.IndexedCompletion
    	mockErr := errors.New("mock error")
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 11 15:36:36 UTC 2024
    - 229.2K bytes
    - Viewed (0)
Back to top