Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for NewWaitingPodsMap (0.14 sec)

  1. pkg/scheduler/scheduler.go

    	metricsRecorder := metrics.NewMetricsAsyncRecorder(1000, time.Second, stopEverything)
    	// waitingPods holds all the pods that are in the scheduler and waiting in the permit stage
    	waitingPods := frameworkruntime.NewWaitingPodsMap()
    
    	profiles, err := profile.NewMap(ctx, options.profiles, registry, recorderFactory,
    		frameworkruntime.WithComponentConfigVersion(options.componentConfigVersion),
    		frameworkruntime.WithClientSet(client),
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 04 06:20:55 UTC 2024
    - 20.8K bytes
    - Viewed (0)
  2. pkg/scheduler/scheduler_test.go

    		tf.RegisterBindPlugin(defaultbinder.Name, defaultbinder.New),
    	}
    	eventBroadcaster := events.NewBroadcaster(&events.EventSinkImpl{Interface: client.EventsV1()})
    	waitingPods := frameworkruntime.NewWaitingPodsMap()
    	fwk, err := tf.NewFramework(ctx,
    		registerPluginFuncs,
    		testSchedulerName,
    		frameworkruntime.WithClientSet(client),
    		frameworkruntime.WithInformerFactory(informerFactory),
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 17 09:07:27 UTC 2024
    - 42K bytes
    - Viewed (0)
Back to top