istio v1.31.0

VirtualService.spec.http[].route[].headers.request.add.spec.http.rewrite.uriRegexRewrite

rewrite the path portion of the URI with the specified regex.

2 fields
VirtualService.spec.http[].route[].headers.request.add.spec.http.rewrite.uriRegexRewrite fields and descriptions
Field / TypeDescription
match
string

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

rewrite
string

The string that should replace into matching portions of original URI.