Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for nodeScoreList (0.23 sec)

  1. pkg/scheduler/framework/runtime/framework.go

    	if !state.ShouldRecordPluginMetrics() {
    		return pl.ScoreExtensions().NormalizeScore(ctx, state, pod, nodeScoreList)
    	}
    	startTime := time.Now()
    	status := pl.ScoreExtensions().NormalizeScore(ctx, state, pod, nodeScoreList)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 17 09:07:27 UTC 2024
    - 60.9K bytes
    - Viewed (0)
  2. pkg/scheduler/framework/plugins/podtopologyspread/scoring_test.go

    		nodes                     []*v1.Node
    		failedNodes               []*v1.Node // nodes + failedNodes = all nodes
    		objs                      []runtime.Object
    		want                      framework.NodeScoreList
    		enableNodeInclusionPolicy bool
    		enableMatchLabelKeys      bool
    	}{
    		// Explanation on the Legend:
    		// a) X/Y means there are X matching pods on node1 and Y on node2, both nodes are candidates
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Dec 15 03:30:06 UTC 2023
    - 60K bytes
    - Viewed (0)
  3. pkg/scheduler/framework/plugins/noderesources/fit_test.go

    func TestFitScore(t *testing.T) {
    	tests := []struct {
    		name                 string
    		requestedPod         *v1.Pod
    		nodes                []*v1.Node
    		existingPods         []*v1.Pod
    		expectedPriorities   framework.NodeScoreList
    		nodeResourcesFitArgs config.NodeResourcesFitArgs
    		runPreScore          bool
    	}{
    		{
    			name: "test case for ScoringStrategy RequestedToCapacityRatio case1",
    			requestedPod: st.MakePod().
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 13:26:09 UTC 2024
    - 57.4K bytes
    - Viewed (0)
Back to top