Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion policy/v1beta1/cfg.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 policy/v1beta1/cfg.proto
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ message Rule {
//
// * an empty match evaluates to `true`
// * `true`, a boolean literal; a rule with this match will always be executed
// * `match(destination.service.host, "ratings.*)` selects any request targeting a service whose
// * `match(destination.service.host, "ratings.*")` selects any request targeting a service whose
// name starts with "ratings"
// * `attr1 == "20" && attr2 == "30"` logical AND, OR, and NOT are also available
string match = 1;
Expand Down
2 changes: 1 addition & 1 deletion policy/v1beta1/istio.policy.v1beta1.pb.html

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