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
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