CronJob [api_object]ai-synthesized · conf 0.82
CronJob represents the configuration of a single cron job.
batch
Represents a job that runs at a specified schedule.
Why it matters This object is used to run jobs on a recurring schedule, such as daily or weekly.
Key facts - Jobs are executed based on a cron-like schedule - Can be used for batch processing
Common pitfalls - Incorrect scheduling can lead to missed deadlines
Sources
swagger.json — “io.k8s.api.batch.v1.CronJob”