HttpRouteRuleResponse

data class HttpRouteRuleResponse(val description: String? = null, val routes: List<HttpRouteResponse>? = null, val targets: List<HttpRouteTargetResponse>? = null)

Http Route rule.

Constructors

Link copied to clipboard
constructor(description: String? = null, routes: List<HttpRouteResponse>? = null, targets: List<HttpRouteTargetResponse>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val description: String? = null

Description of rule. Optional.

Link copied to clipboard

Routing configuration that will allow matches on specific paths/headers.

Link copied to clipboard

Targets- container apps, revisions, labels