AppIngressTrafficWeight

data class AppIngressTrafficWeight(val label: String? = null, val latestRevision: Boolean? = null, val percentage: Int, val revisionSuffix: String? = null)

Constructors

Link copied to clipboard
constructor(label: String? = null, latestRevision: Boolean? = null, percentage: Int, revisionSuffix: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val label: String? = null

The label to apply to the revision as a name prefix for routing traffic.

Link copied to clipboard
val latestRevision: Boolean? = null

This traffic Weight applies to the latest stable Container Revision. At most only one traffic_weight block can have the latest_revision set to true.

Link copied to clipboard

The percentage of traffic which should be sent this revision.

Link copied to clipboard
val revisionSuffix: String? = null

The suffix string to which this traffic_weight applies.