Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for PodAffinityExists (0.28 sec)

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

    			expectedHint: framework.QueueSkip,
    		},
    		{
    			name: "update a pod from match to non-match pod's affinity - multiple terms case",
    			pod: st.MakePod().Name("p").PodAffinityExists("aaa", "hostname", st.PodAffinityWithRequiredReq).
    				PodAffinityExists("bbb", "hostname", st.PodAffinityWithRequiredReq).Obj(),
    			newPod:       st.MakePod().Node("fake-node").Label("service", "securityscan").Obj(),
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Apr 12 03:08:44 UTC 2024
    - 9.7K bytes
    - Viewed (0)
Back to top