Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestRequiredAffinityMultipleNodes (0.33 sec)

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

    			if diff := cmp.Diff(gotStatus, test.wantFilterStatus); diff != "" {
    				t.Errorf("Filter: status does not match (-want,+got):\n%s", diff)
    			}
    		})
    	}
    }
    
    func TestRequiredAffinityMultipleNodes(t *testing.T) {
    	podLabelA := map[string]string{
    		"foo": "bar",
    	}
    	labelRgChina := map[string]string{
    		"region": "China",
    	}
    	labelRgChinaAzAz1 := map[string]string{
    		"region": "China",
    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