public @interface Traffic
| Modifier and Type | Optional Element and Description |
|---|---|
boolean |
latestRevision
LatestRevision may be optionally provided to indicate that the latest
ready Revision of the Configuration should be used for this traffic
target.
|
int |
percentage
Percent indicates that percentage based routing should be used and
the value indicates the percent of traffic that is be routed to this
Revision or Configuration.
|
String |
revisionName
RevisionName of a specific revision to which to send this portion of traffic.
|
String |
tag
Tag is optionally used to expose a dedicated url for referencing
this target exclusively.
|
public abstract String tag
public abstract String revisionName
Copyright © 2018–2020 Red Hat. All rights reserved.