class K8S::Api::Batch::V1::UncountedTerminatedPods

Overview

UncountedTerminatedPods holds UIDs of Pods that have terminated but haven't been accounted in Job status counters.

Included Modules

Defined in:

versions/v1.22/api/batch/v1/uncounted_terminated_pods.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(ctx : YAML::ParseContext, node : YAML::Nodes::Node) #

[View source]
def self.new(pull : JSON::PullParser) #

[View source]
def self.new(*, failed : Array(String)? = nil, succeeded : Array(String)? = nil) #

[View source]

Instance Method Detail

def failed : Array(String)? #

[View source]
def failed=(failed : Array(String)?) #

[View source]
def succeeded : Array(String)? #

[View source]
def succeeded=(succeeded : Array(String)?) #

[View source]