GetAppIngressTrafficWeight

data class GetAppIngressTrafficWeight(val label: String, val latestRevision: Boolean, val percentage: Int, val revisionSuffix: String)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

Link copied to clipboard

This traffic Weight relates to the latest stable Container Revision.

Link copied to clipboard

The percentage of traffic which should be sent this revision.

Link copied to clipboard

The suffix string to which this traffic_weight applies.