GoogleCloudRunV2TrafficTargetStatusResponse

data class GoogleCloudRunV2TrafficTargetStatusResponse(val percent: Int, val revision: String, val tag: String, val type: String, val uri: String)

Represents the observed state of a single TrafficTarget entry.

Constructors

constructor(percent: Int, revision: String, tag: String, type: String, uri: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Specifies percent of the traffic to this Revision.

Link copied to clipboard

Revision to which this traffic is sent.

Link copied to clipboard
val tag: String

Indicates the string used in the URI to exclusively reference this target.

Link copied to clipboard

The allocation type for this traffic target.

Link copied to clipboard
val uri: String

Displays the target URI.