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
right now the KubeCoreCache implicitly starts watches on:
namespaces
pods
configmaps
secrets
services
solo-kit dependent projects may only depend on one or some of these, and we don't want to force RBAC configuration as well as the overhead of watching/caching additional resources
the kuebcorecache should accept an opts in its constructor which allows en(dis)abling the informers/caches wrapped by the KubeCoreCache
The text was updated successfully, but these errors were encountered:
right now the
KubeCoreCache
implicitly starts watches on:solo-kit dependent projects may only depend on one or some of these, and we don't want to force RBAC configuration as well as the overhead of watching/caching additional resources
the kuebcorecache should accept an
opts
in its constructor which allows en(dis)abling the informers/caches wrapped by the KubeCoreCacheThe text was updated successfully, but these errors were encountered: