Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for isBestEffort (0.12 sec)

  1. pkg/quota/v1/evaluator/core/pods.go

    		return isTerminating(pod), nil
    	case corev1.ResourceQuotaScopeNotTerminating:
    		return !isTerminating(pod), nil
    	case corev1.ResourceQuotaScopeBestEffort:
    		return isBestEffort(pod), nil
    	case corev1.ResourceQuotaScopeNotBestEffort:
    		return !isBestEffort(pod), nil
    	case corev1.ResourceQuotaScopePriorityClass:
    		if selector.Operator == corev1.ScopeSelectorOpExists {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 05 00:02:47 UTC 2023
    - 17.4K bytes
    - Viewed (0)
Back to top