Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for SawCompletedJob (0.96 sec)

  1. pkg/controller/cronjob/cronjob_controllerv2.go

    		} 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
    		} else if jobutil.IsJobSucceeded(j) {
    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