sched: start dynamicInformerFactory along with regular informerFactory (#105016)
* sched: start dynamicInformerFactory along with regular informerFactory * fixup: start all informers and then wait for their syncs
This commit is contained in:
@@ -123,6 +123,7 @@ func initTestSchedulerWithOptions(
|
||||
testCtx.scheduler, err = scheduler.New(
|
||||
testCtx.clientSet,
|
||||
testCtx.informerFactory,
|
||||
nil,
|
||||
profile.NewRecorderFactory(eventBroadcaster),
|
||||
testCtx.ctx.Done())
|
||||
|
||||
|
Reference in New Issue
Block a user