Schema
objectio.k8s.api.batch.v1.JobCondition
JobCondition describes current state of a job.
- Source
specs/apis__batch__v1_openapi.json- Revision
9a79c3bd90f7- Active snapshot
2a9112600697
lastProbeTime
optionalLast time the condition was checked.
lastTransitionTime
optionalLast time the condition transit from one status to another.
message string
optionalHuman readable message indicating details about last transition.
reason string
optional(brief) reason for the condition's last transition.
status string
requiredStatus of the condition, one of True, False, Unknown.
type string
requiredType of job condition, Complete or Failed.