Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for matchOnPodConditions (0.17 sec)

  1. pkg/controller/job/pod_failure_policy.go

    					return &msg, true, &failJob
    				}
    			}
    		} else if podFailurePolicyRule.OnPodConditions != nil {
    			if podCondition := matchOnPodConditions(&failedPod.Status, podFailurePolicyRule.OnPodConditions); podCondition != nil {
    				switch podFailurePolicyRule.Action {
    				case batch.PodFailurePolicyActionIgnore:
    					return nil, false, &ignore
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jul 18 20:44:11 UTC 2023
    - 5.5K bytes
    - Viewed (0)
Back to top