UncountedTerminatedPods class

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

Constructors

UncountedTerminatedPods({List<String>? failed, List<String>? succeeded})
Default constructor.
const
UncountedTerminatedPods.fromJson(Map<String, dynamic> json)
Creates a UncountedTerminatedPods from JSON data.
factory

Properties

failed List<String>?
failed holds UIDs of failed Pods.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
succeeded List<String>?
succeeded holds UIDs of succeeded Pods.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, Object>
Converts a UncountedTerminatedPods instance to JSON data.
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited