We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
rfe: Add an option to enhance/extend the default transformation applied by watchers when listing objects (controller.Restructure function).
controller.Restructure
The typical use case is to be able to strip unused metadata fields from the objects to save on RAM cost.
Ref.: https://pkg.go.dev/k8s.io/client-go/tools/cache#SharedInformer.SetTransform
The text was updated successfully, but these errors were encountered:
KevFan
Successfully merging a pull request may close this issue.
rfe: Add an option to enhance/extend the default transformation applied by watchers when listing objects (
controller.Restructure
function).The typical use case is to be able to strip unused metadata fields from the objects to save on RAM cost.
Ref.: https://pkg.go.dev/k8s.io/client-go/tools/cache#SharedInformer.SetTransform
The text was updated successfully, but these errors were encountered: