fix config source comment (#376)

Signed-off-by: Jose Nino <jnino@lyft.com>
pull/378/head
Jose Ulises Nino Rivera 7 years ago committed by GitHub
parent dd8a7f0e43
commit 0c6e487542
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      api/base.proto

@ -177,8 +177,7 @@ message ApiConfigSource {
//
// .. note::
//
// The cluster with name ``cluster_name`` must be statically defined, or an
// EnvoyException will be thrown.
// The cluster with name ``cluster_name`` must be statically defined.
repeated string cluster_name = 2 [(validate.rules).repeated .min_items = 1];
// For REST APIs, the delay between successive polls.
google.protobuf.Duration refresh_delay = 3 [(gogoproto.stdduration) = true];
@ -203,8 +202,7 @@ message ConfigSource {
//
// .. note::
//
// The path to the source must exist at config load time, or an
// EnvoyException will be thrown.
// The path to the source must exist at config load time.
string path = 1;
// API configuration source.
ApiConfigSource api_config_source = 2;

Loading…
Cancel
Save