Skip to main content
Schemaobject

io.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
optional

Last time the condition was checked.

lastTransitionTime
optional

Last time the condition transit from one status to another.

message string
optional

Human readable message indicating details about last transition.

reason string
optional

(brief) reason for the condition's last transition.

status string
required

Status of the condition, one of True, False, Unknown.

type string
required

Type of job condition, Complete or Failed.