kubernetes/test/integration/node
Jan Chaloupka 65e9826f79 integration: start informer and scheduler outside of InitTestScheduler
In case two or more controllers share the informers created through InitTestScheduler,
it's not safe to start the informers until all controllers set their informer
indexers. Otherwise, some controller might fail to register their indexers
in time. Thus, it's responsibility of each consumer to make sure all informers
are started after all controllers had time to get initiliazed.
2020-05-13 18:19:43 +02:00
..
BUILD Remove dependency for node integration tests from e2e fw 2020-03-18 20:27:15 +08:00
lifecycle_test.go integration: start informer and scheduler outside of InitTestScheduler 2020-05-13 18:19:43 +02:00
main_test.go
OWNERS