node-k8s-client
node-k8s-client copied to clipboard
Support for jobs
Hi, thanks a lot for this lib!
Is there any plan to support Jobs as part of kubectl ? So far I'm using the execute
command, but I'm looking to have better programmatic access.
Ideally, I am looking for a polling feature to check when a job was completed, since kubernetes does not seem to support notifications of that kind atm.
Do you feel this could be doable, and in a clean way ?
Created a pull request https://github.com/Goyoo/node-k8s-client/pull/42 that seems to do the trick.