Package version:

Traffic weight assigned to a revision

interface TrafficWeight {
    label?: string;
    latestRevision?: boolean;
    revisionName?: string;
    weight?: number;
}

Properties

label?: string

Associates a traffic label with a revision

latestRevision?: boolean

Indicates that the traffic weight belongs to a latest stable revision

revisionName?: string

Name of a revision

weight?: number

Traffic weight assigned to a revision