GatewaySpec class

Configuration affecting edge load balancer. See more details at: https://istio.io/docs/reference/config/networking/gateway.html

Constructors

GatewaySpec({Map<String, String>? selector, List<Server>? servers})
The main constructor.
const
GatewaySpec.fromJson(Map<String, dynamic> json)
Creates a GatewaySpec from JSON data.

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
selector Map<String, String>?
Selector.
final
servers List<Server>?
A list of server specifications.
final

Methods

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

Operators

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