operator-framework / java-operator-sdk

Java SDK for building Kubernetes Operators
https://javaoperatorsdk.io/
Apache License 2.0
795 stars 214 forks source link

Informer Pools #2415

Open csviri opened 4 months ago

csviri commented 4 months ago

In some cases, informers might be shared especially between controllers. So if multiple controllers watch same resource (with same label selectors, namespaces, item store ) sharing it would spare resources

csviri commented 1 day ago

This will be needed for this. https://github.com/fabric8io/kubernetes-client/issues/6501