docs: Update discovery chain compilation results with partition fields (#11835)

This commit is contained in:
Chris S. Kim 2021-12-14 15:37:34 -05:00 committed by GitHub
parent 8701ff7a62
commit 540b5c1945
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -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. resolved by name using the [`Targets`](#targets) field.
- `ServiceName` `(string)` - The requested service. - `ServiceName` `(string)` - The requested service.
- `Partition` `(string)` - The requested partition.
- `Namespace` `(string)` - The requested namespace. - `Namespace` `(string)` - The requested namespace.
- `Datacenter` `(string)` - The requested datacenter. - `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 [subset](/docs/connect/config-entries/service-resolver#service-subsets) of
the service to resolve. 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. - `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. - `Datacenter` `(string)` - The datacenter to use when resolving a list of service instances.