V1JobCondition

March 28, 2026 ยท View on GitHub

JobCondition describes current state of a job.

Properties

NameTypeDescriptionNotes
last_probe_timedatetimeLast time the condition was checked.[optional]
last_transition_timedatetimeLast time the condition transit from one status to another.[optional]
messagestrHuman readable message indicating details about last transition.[optional]
reasonstr(brief) reason for the condition's last transition.[optional]
statusstrStatus of the condition, one of True, False, Unknown.
typestrType of job condition, Complete or Failed.

[Back to Model list] [Back to API list] [Back to README]