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
Adding that dependency makes it more complex to consume the API as it requires a complex cache implementation when we only need a subset… In particular, using a simpler Cache interface could potentially allow us to make InformerEventSource a CachingEventSource and could allow us to propagate changes to the informer's caches directly from the SDK instead of having to wait for them to come from the API server.