Skip to content

Commit

Permalink
Subject: update doc for ignoreUriCase (#2976)
Browse files Browse the repository at this point in the history
The property name that users should use is `ignoreUriCase`.

closes istio/istio.io#14072
  • Loading branch information
davidshen84 authored Oct 30, 2023
1 parent 957623d commit 00b0919
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion networking/v1alpha3/virtual_service.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion networking/v1alpha3/virtual_service.pb.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion networking/v1alpha3/virtual_service.proto
Original file line number Diff line number Diff line change
Expand Up @@ -1032,7 +1032,7 @@ message HTTPMatchRequest {
// - `regex: "value"` for RE2 style regex-based match (https://github.com/google/re2/wiki/Syntax).
//
// **Note:** Case-insensitive matching could be enabled via the
// `ignore_uri_case` flag.
// `ignoreUriCase` flag.
StringMatch uri = 1;

// URI Scheme
Expand Down
2 changes: 1 addition & 1 deletion networking/v1beta1/virtual_service.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion networking/v1beta1/virtual_service.proto
Original file line number Diff line number Diff line change
Expand Up @@ -1032,7 +1032,7 @@ message HTTPMatchRequest {
// - `regex: "value"` for RE2 style regex-based match (https://github.com/google/re2/wiki/Syntax).
//
// **Note:** Case-insensitive matching could be enabled via the
// `ignore_uri_case` flag.
// `ignoreUriCase` flag.
StringMatch uri = 1;

// URI Scheme
Expand Down

0 comments on commit 00b0919

Please sign in to comment.