Kazan v0.11.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
- Time is a wrapper around time.Time which supports correct marshaling to YAML and JSON. Wrappers are provided for many of the factory methods that the time package offers.
last_transition_time
::Kazan.Models.Apimachinery.Meta.V1.Time
- Time is a wrapper around time.Time which supports correct marshaling to YAML and JSON. Wrappers are provided for many of the factory methods that the time package offers.
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.