yanatan16 / clj-kubernetes-api

Kubernetes API Client library in Clojure
MIT License
41 stars 20 forks source link

k8s/list-namespaced-nodes in README.md should be singular #1

Closed jessebmiller closed 8 years ago

jessebmiller commented 8 years ago

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

jessebmiller commented 8 years ago

Looks like #2 fixes this. Thank you!