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
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.
execute
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 ?
The text was updated successfully, but these errors were encountered:
Created a pull request #42 that seems to do the trick.
Sorry, something went wrong.
No branches or pull requests
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 ?
The text was updated successfully, but these errors were encountered: