cds: correct dns_lookup_family default docs. (#374)

Fixes #347.

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

@ -210,7 +210,7 @@ message Cluster {
// The DNS IP address resolution policy. If this setting is not specified, the
// value defaults to
// :ref:`V4_ONLY<envoy_api_enum_value_Cluster.DnsLookupFamily.V4_ONLY>`.
// :ref:`AUTO<envoy_api_enum_value_Cluster.DnsLookupFamily.AUTO>`.
DnsLookupFamily dns_lookup_family = 17 [(validate.rules).enum.defined_only = true];
// If DNS resolvers are specified and the cluster type is either

Loading…
Cancel
Save