Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for FinishedCondition (0.2 sec)

  1. pkg/controller/cronjob/cronjob_controllerv2.go

    			// or if our jobs list is newer than our cj status after a relist, or if someone intentionally created
    			// a job that they wanted us to adopt.
    		} else if found && jobutil.IsJobFinished(j) {
    			_, condition := jobutil.FinishedCondition(j)
    			deleteFromActiveList(cronJob, j.ObjectMeta.UID)
    			jm.recorder.Eventf(cronJob, corev1.EventTypeNormal, "SawCompletedJob", "Saw completed job: %s, condition: %v", j.Name, condition)
    			updateStatus = true
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 09 03:34:25 UTC 2024
    - 29.2K bytes
    - Viewed (0)
Back to top