TrafficWeight interface
Traffic weight assigned to a revision
Properties
| label | Associates a traffic label with a revision |
| latest |
Indicates that the traffic weight belongs to a latest stable revision |
| revision |
Name of a revision |
| weight | Traffic weight assigned to a revision |
Property Details
label
Associates a traffic label with a revision
label?: string
Property Value
string
latestRevision
Indicates that the traffic weight belongs to a latest stable revision
latestRevision?: boolean
Property Value
boolean
revisionName
Name of a revision
revisionName?: string
Property Value
string
weight
Traffic weight assigned to a revision
weight?: number
Property Value
number