Structs

CronJob represents the configuration of a single cron job.
CronJobSpec describes how the job execution will look like and when it will actually run.
CronJobStatus represents the current state of a cron job.
Job represents the configuration of a single job.
JobCondition describes current state of a job.
JobSpec describes how the job execution will look like.
JobStatus represents the current state of a Job.
JobTemplateSpec describes the data a Job should have when created from a template
UncountedTerminatedPods holds UIDs of Pods that have terminated but haven’t been accounted in Job status counters.

Enums

Use <ReadCronJobResponse as Response>::try_from_parts to parse the HTTP response body of CronJob::read
Use <ReadCronJobStatusResponse as Response>::try_from_parts to parse the HTTP response body of CronJob::read_status
Use <ReadJobResponse as Response>::try_from_parts to parse the HTTP response body of Job::read
Use <ReadJobStatusResponse as Response>::try_from_parts to parse the HTTP response body of Job::read_status