-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
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
Is this api supports Kubernetes Cron Job? #770
Comments
I Checked the code, somehow there is model for cronjob however, there is no handler for it. When will this feature available? i am vote for it as well. |
Add support for following operations to handle cron jobs:
Tasks:
|
Just curious if anyone knows when this feature will make it into a release that gets published to maven repos? Thanks! |
@pluttrell : Hi, We would be releasing kubernetes-client |
is there a way to use |
@chrisjs : Um, for now it's being hardcoded here: Lines 33 to 35 in 3bf0cc7
Do you any specific usecase in which you need |
yes, don't want to enable alpha versions. also its deprecated - per the docs |
@chrisjs : ah, I see. Then it makes more sense to have |
Is this api supports Kubernetes Cron Job?
https://kubernetes.io/docs/concepts/workloads/controllers/cron-jobs/#schedule
If so, someone please share a sample with me.
I want to create Cron Jobs via Java API and get the statistics of it
The text was updated successfully, but these errors were encountered: