Package io.quarkus.kubernetes.deployment
Class TrafficConfig
java.lang.Object
io.quarkus.kubernetes.deployment.TrafficConfig
-
Field Summary
FieldsModifier and TypeFieldDescriptionLatestRevision may be optionally provided to indicate that the latest ready Revision of the Configuration should be used for this traffic target.Percent indicates that percentage based routing should be used and the value indicates the percent of traffic that is to be routed to this Revision or Configuration.RevisionName of a specific revision to which to send this portion of traffic.Tag is optionally used to expose a dedicated url for referencing this target exclusively. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
tag
Tag is optionally used to expose a dedicated url for referencing this target exclusively. -
revisionName
RevisionName of a specific revision to which to send this portion of traffic. -
latestRevision
LatestRevision may be optionally provided to indicate that the latest ready Revision of the Configuration should be used for this traffic target. When provided LatestRevision must be true if RevisionName is empty. -
percent
Percent indicates that percentage based routing should be used and the value indicates the percent of traffic that is to be routed to this Revision or Configuration. `0` (zero) mean no traffic, `100` means all traffic.
-
-
Constructor Details
-
TrafficConfig
public TrafficConfig()
-