Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for getIndexAbsoluteFailureCount (0.42 sec)

  1. pkg/controller/job/backoff_utils.go

    	if lastFailedPod == nil {
    		// There is no previous failed pod for this index
    		return time.Duration(0)
    	}
    	failureCount := getIndexAbsoluteFailureCount(logger, lastFailedPod) + 1
    	lastFailureTime := getFinishedTime(lastFailedPod)
    	return getRemainingTimeForFailuresCount(clock, defaultBackoff, maxBackoff, failureCount, &lastFailureTime)
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Jun 06 07:46:41 UTC 2024
    - 8.3K bytes
    - Viewed (0)
Back to top