menu
kubernetes package
documentation
istio_v1beta1.dart
GatewaySpec
GatewaySpec const constructor
GatewaySpec const constructor
dark_mode
light_mode
GatewaySpec
constructor
const
GatewaySpec
(
{
Map
<
String
,
String
>
?
selector
,
List
<
Server
>
?
servers
,
})
The main constructor.
Implementation
const GatewaySpec({this.selector, this.servers});
kubernetes package
documentation
istio_v1beta1
GatewaySpec
GatewaySpec const constructor
GatewaySpec class