Skip to content

Commit

Permalink
API docs clarification
Browse files Browse the repository at this point in the history
Signed-off-by: Steven Jin Xuan <[email protected]>
  • Loading branch information
Stevenjin8 committed Dec 18, 2024
1 parent 3078d7c commit e31a09b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions api/envoy/extensions/clusters/dns/v3/dns_cluster.proto
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,9 @@ message DnsCluster {
// :ref:`AUTO<envoy_v3_api_enum_value_extensions.clusters.common.dns.v3.DnsLookupFamily.AUTO>`.
common.dns.v3.DnsLookupFamily dns_lookup_family = 8;

// If true, perform :ref:`logical DNS discovery <arch_overview_service_discovery_types_logical_dns>`.
// Otherwise, :ref:`strict DNS discovery <arch_overview_service_discovery_types_strict_dns>`
// If true, all returned addresses are considered to be associated with a single endpoint,
// which maps to :ref:`logical DNS discovery <arch_overview_service_discovery_types_logical_dns>`
// semantics. Otherwise, each address is considered to be a separate endpoint, which maps to
// :ref:`strict DNS discovery <arch_overview_service_discovery_types_strict_dns>` semantics.
bool all_addresses_in_single_endpoint = 9;
}

0 comments on commit e31a09b

Please sign in to comment.