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
 - YAML::Serializable
 
Defined in:
versions/v1.21/api/batch/v1/job_status.crConstructors
- .new(ctx : YAML::ParseContext, node : YAML::Nodes::Node)
 - .new(pull : JSON::PullParser)
 - .new(*, active : Int32? = nil, completed_indexes : String? = nil, completion_time : Time? = nil, conditions : Array? = nil, failed : Int32? = nil, start_time : Time? = nil, succeeded : Int32? = nil)
 
Instance Method Summary
- #active : Int32?
 - #active=(active : Int32?)
 - #completed_indexes : String?
 - #completed_indexes=(completed_indexes : String?)
 - #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, completed_indexes : String? = nil, completion_time : Time? = nil, conditions : Array? = nil, failed : Int32? = nil, start_time : Time? = nil, succeeded : Int32? = nil)
        #