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.jsonkubeconform
kubeconform -schema-location 'https://raw.githubusercontent.com/nlamirault/schema-hub/main/schemas/{{ .Group }}/{{ .ResourceKind }}_{{ .ResourceAPIVersion }}.json' manifest.yamlResource Structure
activearrayA list of pointers to currently running jobs.
lastScheduleTimeobjectInformation when was the last time the job was successfully scheduled.
lastSuccessfulTimeobjectInformation when was the last time the job successfully completed.