docs: Update discovery chain compilation results with partition fields (#11835)
This commit is contained in:
parent
8701ff7a62
commit
540b5c1945
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue