App Ingress Traffic Weight
data class AppIngressTrafficWeight(val label: String? = null, val latestRevision: Boolean? = null, val percentage: Int, val revisionSuffix: String? = null)
Properties
Link copied to clipboard
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
The suffix string to which this traffic_weight applies.