Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestPreFilterStateAddRemovePod (0.63 sec)

  1. pkg/scheduler/framework/plugins/interpodaffinity/filtering_test.go

    	if !reflect.DeepEqual(gotStatus, wantStatus) {
    		t.Errorf("status does not match: %v, want: %v", gotStatus, wantStatus)
    	}
    }
    
    func TestPreFilterStateAddRemovePod(t *testing.T) {
    	var label1 = map[string]string{
    		"region": "r1",
    		"zone":   "z11",
    	}
    	var label2 = map[string]string{
    		"region": "r1",
    		"zone":   "z12",
    	}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Jun 01 10:24:54 UTC 2023
    - 58.2K bytes
    - Viewed (0)
Back to top