Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 700 Bytes

V1JobCondition.md

File metadata and controls

13 lines (10 loc) · 700 Bytes

Kubernetes::V1JobCondition

Properties

Name Type Description Notes
last_probe_time DateTime Last time the condition was checked. [optional]
last_transition_time DateTime Last time the condition transit from one status to another. [optional]
message String Human readable message indicating details about last transition. [optional]
reason String (brief) reason for the condition's last transition. [optional]
status String Status of the condition, one of True, False, Unknown.
type String Type of job condition, Complete or Failed.