class K8S::Api::Batch::V1::UncountedTerminatedPods
- K8S::Api::Batch::V1::UncountedTerminatedPods
- Reference
- Object
Overview
UncountedTerminatedPods holds UIDs of Pods that have terminated but haven't been accounted in Job status counters.
Included Modules
- JSON::Serializable
- YAML::Serializable
Defined in:
versions/v1.23/api/batch/v1/uncounted_terminated_pods.crConstructors
- .new(ctx : YAML::ParseContext, node : YAML::Nodes::Node)
- .new(pull : JSON::PullParser)
- .new(*, failed : Array? = nil, succeeded : Array? = nil)
Instance Method Summary
- #failed : Array(String)?
- #failed=(failed : Array(String)?)
- #succeeded : Array(String)?
- #succeeded=(succeeded : Array(String)?)