Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for recordJobPodFailurePolicyActions (0.33 sec)

  1. pkg/controller/job/job_controller.go

    		recordJobPodFinished(logger, jobCtx.job, *oldCounters)
    		// Shallow copy, as it will only be used to detect changes in the counters.
    		*oldCounters = jobCtx.job.Status
    		needsFlush = false
    	}
    	recordJobPodFailurePolicyActions(jobCtx.job, podFailureCountByPolicyAction)
    
    	jobKey, err := controller.KeyFunc(jobCtx.job)
    	if err != nil {
    		return jobCtx.job, needsFlush, fmt.Errorf("getting job key: %w", err)
    	}
    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