We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
I have a runtime controller-runtime client provided by kubebuilder. How can I get a subresource by specifying its suffix?
node := &v1.Node{} node.SetName(nodeName) // Create the proxy request to kubelet's stats endpoint stats := &Stats{} err := k.client.SubResource("proxy"). Get(ctx, node, stats, //specify suffix "/stats/summary" )
Thanks.
The text was updated successfully, but these errors were encountered:
The Kubernetes project currently lacks enough contributors to adequately respond to all issues.
This bot triages un-triaged issues according to the following rules:
lifecycle/stale
lifecycle/rotten
You can:
/remove-lifecycle stale
/close
Please send feedback to sig-contributor-experience at kubernetes/community.
/lifecycle stale
Sorry, something went wrong.
No branches or pull requests
Uh oh!
There was an error while loading. Please reload this page.
I have a runtime controller-runtime client provided by kubebuilder.
How can I get a subresource by specifying its suffix?
Thanks.
The text was updated successfully, but these errors were encountered: