Kazan v0.7.0 Kazan.Apis.Batch.V1.JobCondition View Source
JobCondition describes current state of a job.
OpenAPI Definition: io.k8s.api.batch.v1.JobCondition
Properties
last_probe_time
::Kazan.Models.Apimachinery.Meta.V1.Time
- Last time the condition was checked.
last_transition_time
::Kazan.Models.Apimachinery.Meta.V1.Time
- Last time the condition transit from one status to another.
message
::String
- Human readable message indicating details about last transition.
reason
::String
- (brief) reason for the condition’s last transition.
status
::String
- Status of the condition, one of True, False, Unknown.
type
::String
- Type of job condition, Complete or Failed.