GatewayRouteSpec

data class GatewayRouteSpec(val grpcRoute: GatewayRouteSpecGrpcRoute? = null, val http2Route: GatewayRouteSpecHttp2Route? = null, val httpRoute: GatewayRouteSpecHttpRoute? = null, val priority: Int? = null)

Constructors

Link copied to clipboard
constructor(grpcRoute: GatewayRouteSpecGrpcRoute? = null, http2Route: GatewayRouteSpecHttp2Route? = null, httpRoute: GatewayRouteSpecHttpRoute? = null, priority: Int? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Specification of a gRPC gateway route.

Link copied to clipboard

Specification of an HTTP/2 gateway route.

Link copied to clipboard

Specification of an HTTP gateway route.

Link copied to clipboard
val priority: Int? = null

Priority for the gateway route, between 0 and 1000.