Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for newCandidateList (0.1 sec)

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

    	pdbs []*policy.PodDisruptionBudget, offset int32, numCandidates int32) ([]Candidate, framework.NodeToStatusMap, error) {
    	fh := ev.Handler
    	nonViolatingCandidates := newCandidateList(numCandidates)
    	violatingCandidates := newCandidateList(numCandidates)
    	ctx, cancel := context.WithCancel(ctx)
    	defer cancel()
    	nodeStatuses := make(framework.NodeToStatusMap)
    	var statusesLock sync.Mutex
    	var errs []error
    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