You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Reduce the number of instantiated/used ackrtcache.Caches objects. (#32)
Issue: N/A
Currently, each ACK reconciler uses its own `ackrtcache.Caches`
instance. Long term this might cause some issues since each Cache
instance require its own KubeClient/shared informer etc...
This patch reduces the number of instantiated and used
`ackrtcache.Caches` to one. All the reconcilers will now use a copy of
the same cache instance since it's thread-safe.
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
0 commit comments