Goyoo / node-k8s-client

kubernetes client of node.js
MIT License
164 stars 59 forks source link

Additions from various forks #9

Closed cknowles closed 8 years ago

cknowles commented 8 years ago

I've combined a few of the forks that I saw as each have slightly different functionality and I think it would be good to have them all together. I need client certificate auth so I'll be adding that soon as well.

Are there any instructions for running the tests? I can see it seems to link to a local Kubernetes, is it just a case of linking it to a cluster with admin permissions? Maybe we could use minikube in the tests.

cknowles commented 8 years ago

Awesome, I saw you added support for minikube. If I make any more additions I'll be sure to use that so I can run all the tests.