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
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