Feature Description
We should implement a provider variant (or even update the apiexport provider) that is capable of watching an APIExportEndpointSlice and starts and stops watches (or even whole instances of the apiexport provider). This would allow to dynamically reconcile against multiple kcp shards without having to change implementation logic of a controller.
Proposed Solution
Investigate using the multi provider from upstream (multicluster-runtime) to dynamically start and stop apiexport providers maybe while watching an APIExportEndpointSlice.
Alternative Solutions
No response
Want to contribute?
Additional Context
No response