GatewayRouteSpecGrpcRouteMatch

data class GatewayRouteSpecGrpcRouteMatch(val port: Int? = null, val serviceName: String)

Constructors

Link copied to clipboard
constructor(port: Int? = null, serviceName: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val port: Int? = null

The port number that corresponds to the target for Virtual Service provider port. This is required when the provider (router or node) of the Virtual Service has multiple listeners.

Link copied to clipboard

Fully qualified domain name for the service to match from the request.