route_mapping
This escaper maps a user-supplied numeric selector to one of several next escapers.
The following egress path selection value is supported:
-
The selected node ID is used to choose the next escaper from
next.If no number ID is available, a random next escaper is chosen.
No common keys are supported.
next
required, type: seq
Set the candidate next escapers. Each element must be the name of a target float escaper.
Note
Duplicate next escapers are not allowed.
Example:
- name: map-egress
type: route_mapping
next:
- float-a
- float-b
- float-c