ServiceMeshState class
Service Mesh: State for a single Membership, as analyzed by the Service Mesh Hub Controller.
Constructors
-
ServiceMeshState.new({List<
ServiceMeshAnalysisMessage> ? analysisMessages, List<ServiceMeshCondition> ? conditions, String? configApiVersion, ServiceMeshControlPlaneManagement? controlPlaneManagement, ServiceMeshDataPlaneManagement? dataPlaneManagement}) - ServiceMeshState.fromJson(Map json_)
Properties
-
analysisMessages
↔ List<
ServiceMeshAnalysisMessage> ? -
Results of running Service Mesh analyzers.
getter/setter pair
-
conditions
↔ List<
ServiceMeshCondition> ? -
List of conditions reported for this membership.
getter/setter pair
- configApiVersion ↔ String?
-
The API version (i.e. Istio CRD version) for configuring service mesh in
this cluster.
getter/setter pair
- controlPlaneManagement ↔ ServiceMeshControlPlaneManagement?
-
Status of control plane management
getter/setter pair
- dataPlaneManagement ↔ ServiceMeshDataPlaneManagement?
-
Status of data plane management.
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
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