Skip to content

[feature request]multiplexer support list/watch CRD requests. #2343

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
rambohe-ch opened this issue Feb 26, 2025 · 2 comments · May be fixed by #2382
Open

[feature request]multiplexer support list/watch CRD requests. #2343

rambohe-ch opened this issue Feb 26, 2025 · 2 comments · May be fixed by #2382
Labels
kind/feature kind/feature

Comments

@rambohe-ch
Copy link
Member

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

@rambohe-ch rambohe-ch added the kind/feature kind/feature label Feb 26, 2025
@villanel
Copy link
Member

Can explicitly call RESTMapperManager.UpdateKind() during the initialization phase to manually add the GVK to ensure that the CRD can be correctly identified?

@villanel villanel linked a pull request Apr 14, 2025 that will close this issue
@rambohe-ch
Copy link
Member Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/feature kind/feature
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants