istio v1.31.0
VirtualService.spec.http[].match[].uri
URI to match values are case-sensitive and formatted as follows: - `exact: "value"` for exact string match - `prefix: "value"` for prefix-based match - `regex: "value"` for [RE2 style regex-based match](https://github.com/google/re2/wiki/Syntax).
| Field / Type | Description |
|---|---|
exact | No description provided. |
prefix | No description provided. |
regex | [RE2 style regex-based match](https://github.com/google/re2/wiki/Syntax). |