Hi,
I would like to know if it's possible to trigger an existing cron job ad-hoc style.
e.g:
In the k8 dashboard:

Using native command: "kubectl create job --from=cronjob/ -n "
I've used "CreateNamespacedCronJobAsync" to create a cron job. But I don't see a "from" argument that I could use to trigger the existing job as in the native command above.
Thank you
Hi,
I would like to know if it's possible to trigger an existing cron job ad-hoc style.

e.g:
In the k8 dashboard:
Using native command: "kubectl create job --from=cronjob/ -n "
I've used "CreateNamespacedCronJobAsync" to create a cron job. But I don't see a "from" argument that I could use to trigger the existing job as in the native command above.
Thank you