Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for newFailedConditionForFailureTarget (0.4 sec)

  1. pkg/controller/job/job_controller.go

    		if include.Has(string(uid)) {
    			newUncounted = append(newUncounted, uid)
    		}
    	}
    	return newUncounted
    }
    
    // newFailedConditionForFailureTarget creates a job Failed condition based on
    // the interim FailureTarget condition.
    func newFailedConditionForFailureTarget(condition *batch.JobCondition, now time.Time) *batch.JobCondition {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Jun 10 23:56:37 UTC 2024
    - 77.6K bytes
    - Viewed (0)
Back to top