istio v1.31.0

VirtualService.spec.http.match.authority

HTTP Authority 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).

3 fields
VirtualService.spec.http.match.authority fields and descriptions
Field / TypeDescription
exact
string

No description provided.

prefix
string

No description provided.

regex
string

[RE2 style regex-based match](https://github.com/google/re2/wiki/Syntax).