OpenShiftValidation class

A presentation of OpenShift workload insight.

The schema of OpenShift workloads validation related data.

Constructors

OpenShiftValidation({String? clusterId, Map<String, Object?>? validationDetails})
OpenShiftValidation.fromJson(Map json_)

Properties

clusterId String?
The OpenShift cluster ID (e.g. 8371bb05-7cac-4d38-82c0-0f58c4f6f936).
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
validationDetails Map<String, Object?>?
The validation details of the OpenShift cluster in JSON format.
getter/setter pair

Methods

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

Operators

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