Skip to content

Commit 00b0919

Browse files
authored
Subject: update doc for ignoreUriCase (#2976)
The property name that users should use is `ignoreUriCase`. closes istio/istio.io#14072
1 parent 957623d commit 00b0919

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

networking/v1alpha3/virtual_service.pb.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

networking/v1alpha3/virtual_service.pb.html

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

networking/v1alpha3/virtual_service.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1032,7 +1032,7 @@ message HTTPMatchRequest {
10321032
// - `regex: "value"` for RE2 style regex-based match (https://github.com/google/re2/wiki/Syntax).
10331033
//
10341034
// **Note:** Case-insensitive matching could be enabled via the
1035-
// `ignore_uri_case` flag.
1035+
// `ignoreUriCase` flag.
10361036
StringMatch uri = 1;
10371037

10381038
// URI Scheme

networking/v1beta1/virtual_service.pb.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

networking/v1beta1/virtual_service.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1032,7 +1032,7 @@ message HTTPMatchRequest {
10321032
// - `regex: "value"` for RE2 style regex-based match (https://github.com/google/re2/wiki/Syntax).
10331033
//
10341034
// **Note:** Case-insensitive matching could be enabled via the
1035-
// `ignore_uri_case` flag.
1035+
// `ignoreUriCase` flag.
10361036
StringMatch uri = 1;
10371037

10381038
// URI Scheme

0 commit comments

Comments
 (0)