Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for usesCrossNamespacePodAffinity (0.59 sec)

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

    			return len(pod.Spec.PriorityClassName) != 0, nil
    		}
    		return podMatchesSelector(pod, selector)
    	case corev1.ResourceQuotaScopeCrossNamespacePodAffinity:
    		return usesCrossNamespacePodAffinity(pod), nil
    	}
    	return false, nil
    }
    
    // PodUsageFunc returns the quota usage for a pod.
    // A pod is charged for quota if the following are not true.
    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