node-k8s-client icon indicating copy to clipboard operation
node-k8s-client copied to clipboard

Support for jobs

Open Overdrivr opened this issue 7 years ago • 1 comments

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 ?

Overdrivr avatar Apr 20 '17 09:04 Overdrivr

Created a pull request https://github.com/Goyoo/node-k8s-client/pull/42 that seems to do the trick.

scampiuk avatar Jul 06 '17 08:07 scampiuk