Files
c/kubernetes/docs/v1beta1_cron_job_status.md
2021-09-15 14:14:46 +08:00

664 B

v1beta1_cron_job_status_t

Properties

Name Type Description Notes
active list_t * A list of pointers to currently running jobs. [optional]
last_schedule_time char * Information when was the last time the job was successfully scheduled. [optional]
last_successful_time char * Information when was the last time the job successfully completed. [optional]

[Back to Model list] [Back to API list] [Back to README]