Warning

The v2 xDS API is not supported in Envoy v1.18.0 and above.

Number matcher

type.matcher.DoubleMatcher

[type.matcher.DoubleMatcher proto]

Specifies the way to match a double value.

{
  "range": "{...}",
  "exact": "..."
}
range

(type.DoubleRange) If specified, the input double value must be in the range specified here. Note: The range is using half-open interval semantics [start, end).

Precisely one of range, exact must be set.

exact

(double) If specified, the input double value must be equal to the value specified here.

Precisely one of range, exact must be set.