OS
Schema Hub

CronJobStatus

CronJobStatus represents the current state of a cron job.

Schema URL
https://raw.githubusercontent.com/nlamirault/schema-hub/main/schemas/batch.api.k8s.io/CronJobStatus_v1.json
Usage examples
VS Code / yaml-language-server
# yaml-language-server: $schema=https://raw.githubusercontent.com/nlamirault/schema-hub/main/schemas/batch.api.k8s.io/CronJobStatus_v1.json
kubeconform
kubeconform -schema-location 'https://raw.githubusercontent.com/nlamirault/schema-hub/main/schemas/{{ .Group }}/{{ .ResourceKind }}_{{ .ResourceAPIVersion }}.json' manifest.yaml

Resource Structure

activearray
A list of pointers to currently running jobs.
lastScheduleTimeobject
Information when was the last time the job was successfully scheduled.
lastSuccessfulTimeobject
Information when was the last time the job successfully completed.