Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for scoreFuncs (0.13 sec)

  1. pkg/scheduler/framework/preemption/preemption.go

    			return earliestStartTimeOnNode.UnixNano()
    		}
    
    		// Each scoreFunc scores the nodes according to specific rules and keeps the name of the node
    		// with the highest score. If and only if the scoreFunc has more than one node with the highest
    		// score, we will execute the other scoreFunc in order of precedence.
    		scoreFuncs = []func(string) int64{
    			// A node with a minimum number of PDB is preferable.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 31 15:52:16 UTC 2024
    - 25.1K bytes
    - Viewed (0)
Back to top