Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestPreferredAffinity (0.34 sec)

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

    	&v1.Namespace{ObjectMeta: metav1.ObjectMeta{Name: "subteam1.team2", Labels: nsLabelT2}},
    	&v1.Namespace{ObjectMeta: metav1.ObjectMeta{Name: "subteam2.team2", Labels: nsLabelT2}},
    }
    
    func TestPreferredAffinity(t *testing.T) {
    	labelRgChina := map[string]string{
    		"region": "China",
    	}
    	labelRgIndia := map[string]string{
    		"region": "India",
    	}
    	labelAzAz1 := map[string]string{
    		"az": "az1",
    	}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Dec 15 03:30:06 UTC 2023
    - 44.8K bytes
    - Viewed (0)
Back to top