Search Options

Results per page
Sort
Preferred Languages
Advance

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

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

    		expected                [][]candidate
    		expectedNumFilterCalled []int32
    	}{
    		{
    			name: "a pod that does not fit on any node",
    			registerPlugins: []tf.RegisterPluginFunc{
    				tf.RegisterFilterPlugin("FalseFilter", tf.NewFalseFilterPlugin),
    			},
    			nodeNames: []string{"node1", "node2"},
    			testPods: []*v1.Pod{
    				st.MakePod().Name("p").UID("p").Priority(highPriority).Obj(),
    			},
    			initPods: []*v1.Pod{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 31 15:52:16 UTC 2024
    - 82.8K bytes
    - Viewed (0)
Back to top