From 79aef1f90e9c3b166ddc63d50b5a92565234eaad Mon Sep 17 00:00:00 2001 From: Istio Automation Date: Fri, 6 Sep 2024 22:14:29 -0400 Subject: [PATCH] Automator: update istio.io@ reference docs (#15664) --- .../reference/config/networking/virtual-service/index.html | 5 +++-- .../reference/config/networking/virtual-service/index.html | 5 +++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/content/en/docs/reference/config/networking/virtual-service/index.html b/content/en/docs/reference/config/networking/virtual-service/index.html index a9defbb23f..a9d810fb67 100644 --- a/content/en/docs/reference/config/networking/virtual-service/index.html +++ b/content/en/docs/reference/config/networking/virtual-service/index.html @@ -1949,8 +1949,8 @@ No

StringMatch

-

Describes how to match a given string in HTTP headers. Match is -case-sensitive.

+

Describes how to match a given string in HTTP headers. exact and prefix matching is +case-sensitive. regex matching supports case-insensitive matches.

@@ -1989,6 +1989,7 @@ No
string (oneof)

RE2 style regex-based match.

+

Example: (?i)^aaa$ can be used to case-insensitive match a string consisting of three a’s.

diff --git a/content/zh/docs/reference/config/networking/virtual-service/index.html b/content/zh/docs/reference/config/networking/virtual-service/index.html index 1ceb9eea2b..1e4a280f7c 100644 --- a/content/zh/docs/reference/config/networking/virtual-service/index.html +++ b/content/zh/docs/reference/config/networking/virtual-service/index.html @@ -1949,8 +1949,8 @@ No

StringMatch

-

Describes how to match a given string in HTTP headers. Match is -case-sensitive.

+

Describes how to match a given string in HTTP headers. exact and prefix matching is +case-sensitive. regex matching supports case-insensitive matches.

@@ -1989,6 +1989,7 @@ No
string (oneof)

RE2 style regex-based match.

+

Example: (?i)^aaa$ can be used to case-insensitive match a string consisting of three a’s.