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
What would you like to be added:
Multiplexer only support list/watch K8s native resource(such as services, endpointslices, etc.) currently, but many components need to list/watch CRDs. If we want to provide to common solution for reusing list/watch requests, we need to support list/watch CRD requests in multiplexer.
others
/kind feature
The text was updated successfully, but these errors were encountered:
Can explicitly call RESTMapperManager.UpdateKind() during the initialization phase to manually add the GVK to ensure that the CRD can be correctly identified?
Can explicitly call RESTMapperManager.UpdateKind() during the initialization phase to manually add the GVK to ensure that the CRD can be correctly identified?
@villanel I think there is no problem to use RESTMapperManager for recognizing CRD.
What would you like to be added:
Multiplexer only support list/watch K8s native resource(such as services, endpointslices, etc.) currently, but many components need to list/watch CRDs. If we want to provide to common solution for reusing list/watch requests, we need to support list/watch CRD requests in multiplexer.
others
/kind feature
The text was updated successfully, but these errors were encountered: