IstioCanonicalService class

Canonical service scoped to an Istio mesh.

Anthos clusters running ASM >= 1.6.8 will have their services ingested as this type.

Constructors

IstioCanonicalService({String? canonicalService, String? canonicalServiceNamespace, String? meshUid})
IstioCanonicalService.fromJson(Map json_)

Properties

canonicalService String?
The name of the canonical service underlying this service.
getter/setter pair
canonicalServiceNamespace String?
The namespace of the canonical service underlying this service.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
meshUid String?
Identifier for the Istio mesh in which this canonical service is defined.
getter/setter pair
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