Mesh class
Mesh represents a logical configuration grouping for workload to workload communication within a service mesh.
Routes that point to mesh dictate how requests are routed within this logical mesh boundary.
Constructors
Properties
- createTime ↔ String?
-
The timestamp when the resource was created.
getter/setter pair
- description ↔ String?
-
A free-text description of the resource.
getter/setter pair
- envoyHeaders ↔ String?
-
Determines if envoy will insert internal debug headers into upstream
requests.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- interceptionPort ↔ int?
-
If set to a valid TCP port (1-65535), instructs the SIDECAR proxy to
listen on the specified port of localhost (127.0.0.1) address.
getter/setter pair
-
labels
↔ Map<
String, String> ? -
Set of label tags associated with the Mesh resource.
getter/setter pair
- name ↔ String?
-
Name of the Mesh resource.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- selfLink ↔ String?
-
Server-defined URL of this resource
getter/setter pair
- updateTime ↔ String?
-
The timestamp when the resource was updated.
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