kcp icon indicating copy to clipboard operation
kcp copied to clipboard

feature: Wire Cache-based Listers Into Tenancy Reconcilers

Open stevekuznetsov opened this issue 3 years ago • 1 comments

Feature Description

We know that a number of the tenancy.kcp.dev reconcilers require global views of ClusterWorkspaceTypes and ClusterWorkspaces. We need to hard-code these types into the cache server & get cache-based listers and informers into these controllers.

Proposed Solution

Hard-coding the push of the types into the server is fine. We need to make sensible choices about handling NotFound errors with stale caches.

Alternative Solutions

No response

Want to contribute?

  • [ ] I would like to work on this issue.

Additional Context

No response

stevekuznetsov avatar Sep 16 '22 14:09 stevekuznetsov

Followed-up by #2612

sttts avatar Jan 12 '23 16:01 sttts