Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for newReverseNumericMapPlugin (0.2 sec)

  1. pkg/scheduler/schedule_one_test.go

    		nodeScores[i] = framework.NodeScore{
    			Name:  hostPriority.Name,
    			Score: int64(maxScore + minScore - float64(hostPriority.Score)),
    		}
    	}
    	return nil
    }
    
    func newReverseNumericMapPlugin() frameworkruntime.PluginFactory {
    	return func(_ context.Context, _ runtime.Object, _ framework.Handle) (framework.Plugin, error) {
    		return &reverseNumericMapPlugin{}, nil
    	}
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 04 06:20:55 UTC 2024
    - 128.1K bytes
    - Viewed (0)
Back to top