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
what
As a script writer, when I used kube_capture or kube_get with a bad what param like this
kube_capture
kube_get
kube_capture(what="objcs", groups=["apps"])
The script should default to what=objects
what=objects
The text was updated successfully, but these errors were encountered:
@nrb Let me know if this summarize what you need. Thanks.
Sorry, something went wrong.
Yep, this would work!
No branches or pull requests
As a script writer, when I used
kube_capture
orkube_get
with a badwhat
param like thiskube_capture(what="objcs", groups=["apps"])
The script should default to
what=objects
The text was updated successfully, but these errors were encountered: