Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. pkg/scheduler/framework/plugins/defaultpreemption/default_preemption.go

    	// violating victims and then other non-violating ones. In both cases, we start
    	// from the highest priority victims.
    	violatingVictims, nonViolatingVictims := filterPodsWithPDBViolation(potentialVictims, pdbs)
    	reprievePod := func(pi *framework.PodInfo) (bool, error) {
    		if err := addPod(pi); err != nil {
    			return false, err
    		}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Nov 25 19:36:04 UTC 2023
    - 12.7K bytes
    - Viewed (0)
Back to top