rds: fix accidental commit (#185)

Signed-off-by: Jose Nino <jnino@lyft.com>
pull/178/head
Jose Ulises Nino Rivera 7 years ago committed by GitHub
parent f450bdcb99
commit eba3526c51
  1. 4
      api/rds.proto

@ -304,8 +304,8 @@ message Route {
// can be used to provide the Router filter additional information
// about the Route. It can be used for configuration, stats, and logging.
// The metadata should go under the filter namespace that will need it.
// For instance, of the metadata is intended for the Router filter,
// the filter name should be specified as "envoy.lb".
// For instance, if the metadata is intended for the Router filter,
// the filter name should be specified as "envoy.router".
Metadata metadata = 4;
// Decorator for matched route.

Loading…
Cancel
Save