cds: update cluster name restrictions in Cluster. (#216)

In response to https://github.com/envoyproxy/envoy/pull/1806 and
https://github.com/envoyproxy/envoy/pull/1871.

Signed-off-by: Harvey Tuch <htuch@google.com>
pull/213/head
htuch 7 years ago committed by GitHub
parent 978688d58b
commit de2537c553
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 5
      api/cds.proto

@ -63,8 +63,9 @@ message CircuitBreakers {
message Cluster {
// Supplies the name of the cluster which must be unique across all clusters.
// The cluster name is used when emitting statistics. The cluster name can be
// at most 60 characters long, and must not contain :.
// Any : in the cluster name will be converted to _ when emitting statistics.
// TODO(htuch): cross-link to
// https://www.envoyproxy.io/envoy/operations/cli#cmdoption-max-obj-name-len.
string name = 1;
// The service discovery type to use for resolving the cluster.

Loading…
Cancel
Save