rds: add comment for Metadata field in the Route message (#182)

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

@ -300,7 +300,12 @@ message Route {
RedirectAction redirect = 3;
}
// See base.Metadata description.
// See base.Metadata description for message structure. The Metadata field
// 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".
Metadata metadata = 4;
// Decorator for matched route.

Loading…
Cancel
Save