Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for RunFilterPluginsWithNominatedPods (0.64 sec)

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

    			if err != nil {
    				t.Fatalf("fail to create framework: %s", err)
    			}
    			tt.nodeInfo.SetNode(tt.node)
    			gotStatus := f.RunFilterPluginsWithNominatedPods(ctx, framework.NewCycleState(), tt.pod, tt.nodeInfo)
    			if diff := cmp.Diff(gotStatus, tt.wantStatus, cmpOpts...); diff != "" {
    				t.Errorf("Unexpected status: (-got, +want):\n%s", diff)
    			}
    		})
    	}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 17 09:07:27 UTC 2024
    - 103K bytes
    - Viewed (0)
Back to top