class K8S::Api::Batch::V1::JobStatus
- K8S::Api::Batch::V1::JobStatus
 - Reference
 - Object
 
Overview
JobStatus represents the current state of a Job.
Included Modules
- JSON::Serializable
 - JSON::Serializable::Unmapped
 - YAML::Serializable
 - YAML::Serializable::Unmapped
 
Defined in:
versions/v1.18/api/batch/v1/job_status.crConstructors
- .new(ctx : YAML::ParseContext, node : YAML::Nodes::Node)
 - .new(pull : JSON::PullParser)
 - .new(*, active : Int32? = nil, completion_time : Time? = nil, conditions : Array(Api::Batch::V1::JobCondition)? = nil, failed : Int32? = nil, start_time : Time? = nil, succeeded : Int32? = nil)
 
Instance Method Summary
- #active : Int32?
 - #active=(active : Int32?)
 - #completion_time : Time?
 - #completion_time=(completion_time : Time?)
 - #conditions : Array(Api::Batch::V1::JobCondition)?
 - #conditions=(conditions : Array(Api::Batch::V1::JobCondition)?)
 - #failed : Int32?
 - #failed=(failed : Int32?)
 - #start_time : Time?
 - #start_time=(start_time : Time?)
 - #succeeded : Int32?
 - #succeeded=(succeeded : Int32?)
 
Constructor Detail
        
        def self.new(*, active : Int32? = nil, completion_time : Time? = nil, conditions : Array(Api::Batch::V1::JobCondition)? = nil, failed : Int32? = nil, start_time : Time? = nil, succeeded : Int32? = nil)
        #