Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 5 of 5 for PreFilter (0.25 sec)

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

    	}{
    		{
    			name: "all PreFilter returned success",
    			plugins: []*TestPlugin{
    				{
    					name: "success1",
    				},
    				{
    					name: "success2",
    				},
    			},
    			wantPreFilterResult: nil,
    			wantStatusCode:      framework.Success,
    		},
    		{
    			name: "one PreFilter plugin returned success, but another PreFilter plugin returned non-success",
    			plugins: []*TestPlugin{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 17 09:07:27 UTC 2024
    - 103K bytes
    - Viewed (0)
  2. pkg/scheduler/schedule_one_test.go

    			pod:   st.MakePod().Name("test-prefilter").UID("test-prefilter").Obj(),
    			wErr: &framework.FitError{
    				Pod:         st.MakePod().Name("test-prefilter").UID("test-prefilter").Obj(),
    				NumAllNodes: 2,
    				Diagnosis: framework.Diagnosis{
    					NodeToStatusMap: framework.NodeToStatusMap{
    						"node2": framework.NewStatus(framework.Unschedulable, "injecting failure for pod test-prefilter").WithPlugin("FakeFilter"),
    					},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 04 06:20:55 UTC 2024
    - 128.1K bytes
    - Viewed (0)
  3. pkg/scheduler/framework/plugins/podtopologyspread/filtering_test.go

    			p.(*PodTopologySpread).enableMatchLabelKeysInPodTopologySpread = tt.enableMatchLabelKeys
    
    			cs := framework.NewCycleState()
    			_, s := p.(*PodTopologySpread).PreFilter(ctx, cs, tt.pod)
    			if !tt.wantPrefilterStatus.Equal(s) {
    				t.Errorf("PodTopologySpread#PreFilter() returned unexpected status. got: %v, want: %v", s, tt.wantPrefilterStatus)
    			}
    
    			if !s.IsSuccess() {
    				return
    			}
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Feb 28 10:42:29 UTC 2024
    - 143.1K bytes
    - Viewed (0)
  4. src/main/webapp/js/admin/jquery-3.6.3.min.map

    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Fri Feb 17 12:13:41 UTC 2023
    - 135.2K bytes
    - Viewed (0)
  5. src/main/webapp/js/jquery-3.6.3.min.map

    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Fri Feb 17 12:13:41 UTC 2023
    - 135.2K bytes
    - Viewed (0)
Back to top