From f76fc6cabeab1d2c6673f00bc95f215cf787f371 Mon Sep 17 00:00:00 2001 From: "Chris S. Kim" Date: Tue, 14 Dec 2021 15:37:34 -0500 Subject: [PATCH] docs: Update discovery chain compilation results with partition fields (#11835) --- website/content/docs/connect/l7-traffic/discovery-chain.mdx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/website/content/docs/connect/l7-traffic/discovery-chain.mdx b/website/content/docs/connect/l7-traffic/discovery-chain.mdx index 993e776b65..a8402850d8 100644 --- a/website/content/docs/connect/l7-traffic/discovery-chain.mdx +++ b/website/content/docs/connect/l7-traffic/discovery-chain.mdx @@ -110,6 +110,7 @@ nodes can be resolved by name using the [`Nodes`](#nodes) field. Targets can be resolved by name using the [`Targets`](#targets) field. - `ServiceName` `(string)` - The requested service. +- `Partition` `(string)` - The requested partition. - `Namespace` `(string)` - The requested namespace. - `Datacenter` `(string)` - The requested datacenter. @@ -200,6 +201,8 @@ A single node in the compiled discovery chain. [subset](/docs/connect/config-entries/service-resolver#service-subsets) of the service to resolve. +- `Partition` `(string)` - The partition to use when resolving a list of service instances. + - `Namespace` `(string)` - The namespace to use when resolving a list of service instances. - `Datacenter` `(string)` - The datacenter to use when resolving a list of service instances.