grafana / grafana-app-sdk

An SDK for developing apps for grafana using kubernetes-like storage and operators
Apache License 2.0
48 stars 8 forks source link

[operator] Allow Dynamically Adding Informers to a running InformerController #418

Open IfSentient opened 2 months ago

IfSentient commented 2 months ago

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.