Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for countReadyPods (0.12 sec)

  1. pkg/controller/job/job_controller.go

    	jobCtx.failed = job.Status.Failed + int32(nonIgnoredFailedPodsCount(jobCtx, newFailedPods)) + int32(len(jobCtx.uncounted.failed))
    	ready := ptr.To(countReadyPods(jobCtx.activePods))
    
    	// Job first start. Set StartTime only if the job is not in the suspended state.
    	if job.Status.StartTime == nil && !jobSuspended(&job) {
    		now := metav1.NewTime(jm.clock.Now())
    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