xds: Clarify comment for RouteMatch.case_sensitive field. (#17176)

Signed-off-by: Mark D. Roth <roth@google.com>

Mirrored from https://github.com/envoyproxy/envoy @ 3d9c53363edebe42e448264fd8b221445288a015
pull/624/head
data-plane-api(Azure Pipelines) 3 years ago
parent b0282daa86
commit ebadea993d
  1. 2
      envoy/config/route/v3/route_components.proto
  2. 2
      envoy/config/route/v4alpha/route_components.proto

@ -473,7 +473,7 @@ message RouteMatch {
}
// Indicates that prefix/path matching should be case sensitive. The default
// is true.
// is true. Ignored for safe_regex matching.
google.protobuf.BoolValue case_sensitive = 4;
// Indicates that the route should additionally match on a runtime key. Every time the route

@ -474,7 +474,7 @@ message RouteMatch {
}
// Indicates that prefix/path matching should be case sensitive. The default
// is true.
// is true. Ignored for safe_regex matching.
google.protobuf.BoolValue case_sensitive = 4;
// Indicates that the route should additionally match on a runtime key. Every time the route

Loading…
Cancel
Save