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
Going through the README I stumbled across an error that seems to just be in the instructions
cid.core=> (<!! (k8s/list-namespaced-nodes ctx {:namespace "default"})) CompilerException java.lang.RuntimeException: No such var: k8s/list-namespaced-nodes, compiling (/private/var/folders/tb/xwdxg40120xg3pl0s1vv7_yh0000gn/T/form-init1202866452870163565.clj:1:6)
Looks to me like the README just needs to change list-namespaced-nodes to list-namespaced-node
list-namespaced-nodes
list-namespaced-node
The text was updated successfully, but these errors were encountered:
Looks like #2 fixes this. Thank you!
Sorry, something went wrong.
No branches or pull requests
Going through the README I stumbled across an error that seems to just be in the instructions
Looks to me like the README just needs to change
list-namespaced-nodes
tolist-namespaced-node
The text was updated successfully, but these errors were encountered: