traffic property

List<TrafficTarget>? traffic
getter/setter pair

Traffic holds the configured traffic distribution.

These entries will always contain RevisionName references. When ConfigurationName appears in the spec, this will hold the LatestReadyRevisionName that was last observed.

Implementation

core.List<TrafficTarget>? traffic;