TlsRouteRuleActionDestination

data class TlsRouteRuleActionDestination(val serviceName: String? = null, val weight: Int? = null)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val serviceName: String? = null

The URL of a BackendService to route traffic to.

Link copied to clipboard
val weight: Int? = null

Specifies the proportion of requests forwarded to the backend referenced by the serviceName field.