Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for enableNodeInclusionPolicyInPodTopologySpread (0.48 sec)

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

    				frameworkruntime.WithInformerFactory(informerFactory))
    			if err != nil {
    				t.Fatalf("Failed creating framework runtime: %v", err)
    			}
    			pl, err := New(ctx, &tt.config, f, feature.Features{EnableNodeInclusionPolicyInPodTopologySpread: tt.enableNodeInclusionPolicy})
    			if err != nil {
    				t.Fatalf("Failed creating plugin: %v", err)
    			}
    			informerFactory.Start(ctx.Done())
    			informerFactory.WaitForCacheSync(ctx.Done())
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Dec 15 03:30:06 UTC 2023
    - 60K bytes
    - Viewed (0)
Back to top