HttpRouteTargetResponse

data class HttpRouteTargetResponse(val containerApp: String, val label: String? = null, val revision: String? = null, val weight: Int? = null)

Targets - Container App Names, Revision Names, Labels.

Constructors

Link copied to clipboard
constructor(containerApp: String, label: String? = null, revision: String? = null, weight: Int? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Container App Name to route requests to

Link copied to clipboard
val label: String? = null

Label/Revision to route requests to

Link copied to clipboard
val revision: String? = null

Revision to route requests to

Link copied to clipboard
val weight: Int? = null

Weighted routing