When having multiple dependencyRules for one APIExport the webhook currently creates separate managers & informers.
So if one has n rules (because one APIExport can contain n resources) one would get n managers, n informers and n caches.
This could be improved to share informers across those rules.
When having multiple dependencyRules for one APIExport the webhook currently creates separate managers & informers.
So if one has n rules (because one APIExport can contain n resources) one would get n managers, n informers and n caches.
This could be improved to share informers across those rules.