mirror of
https://github.com/status-im/consul.git
synced 2025-01-10 22:06:20 +00:00
docs: fix missing agent caching method (#14928)
This commit is contained in:
parent
c0c187f1c5
commit
7770be3d57
@ -270,7 +270,7 @@ The table below shows this endpoint's support for
|
|||||||
|
|
||||||
| Blocking Queries | Consistency Modes | Agent Caching | ACL Required |
|
| Blocking Queries | Consistency Modes | Agent Caching | ACL Required |
|
||||||
| ---------------- | ----------------- | ------------- | ------------ |
|
| ---------------- | ----------------- | ------------- | ------------ |
|
||||||
| `NO` | `none` | `none` | `none` |
|
| `NO` | `none` | `simple` | `none` |
|
||||||
|
|
||||||
The corresponding CLI command is [`consul catalog datacenters`](/commands/catalog/datacenters).
|
The corresponding CLI command is [`consul catalog datacenters`](/commands/catalog/datacenters).
|
||||||
|
|
||||||
@ -401,7 +401,7 @@ The table below shows this endpoint's support for
|
|||||||
|
|
||||||
| Blocking Queries | Consistency Modes | Agent Caching | ACL Required |
|
| Blocking Queries | Consistency Modes | Agent Caching | ACL Required |
|
||||||
| ---------------- | ----------------- | ------------- | -------------- |
|
| ---------------- | ----------------- | ------------- | -------------- |
|
||||||
| `YES` | `all` | `none` | `service:read` |
|
| `YES` | `all` | `simple` | `service:read` |
|
||||||
|
|
||||||
The corresponding CLI command is [`consul catalog services`](/commands/catalog/services).
|
The corresponding CLI command is [`consul catalog services`](/commands/catalog/services).
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user