Skip to content
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

Support for transforming objects in shared informers #2146

Closed
dddddai opened this issue Feb 22, 2022 · 1 comment · Fixed by #2148
Closed

Support for transforming objects in shared informers #2146

dddddai opened this issue Feb 22, 2022 · 1 comment · Fixed by #2148
Assignees

Comments

@dddddai
Copy link
Contributor

dddddai commented Feb 22, 2022

Recently k8s client-go has introduced a transform func that allows users to customize objects in informers, I think we should follow it as it can be really beneficial (e.g. reducing memory usage)

For more info please refer to:
kubernetes/kubernetes#104300
kubernetes/kubernetes#107507

@dddddai
Copy link
Contributor Author

dddddai commented Feb 22, 2022

/assign

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

Successfully merging a pull request may close this issue.

1 participant