Watchers and Reconcilers can already be added dynamically to a running InformerController, but informers cannot--they will never be started unless Run is called again. If the InformerController is already running, it should automatically start the added informer as it is added.
Watchers and Reconcilers can already be added dynamically to a running
InformerController
, but informers cannot--they will never be started unlessRun
is called again. If theInformerController
is already running, it should automatically start the added informer as it is added.