mirror of
https://github.com/coredns/coredns.git
synced 2025-09-22 06:01:34 +02:00
plugin/etcd: update documentation (#5847)
Signed-off-by: Vico Chu <vico24826@gmail.com> Signed-off-by: Vico Chu <vico24826@gmail.com>
This commit is contained in:
parent
504e1d9b2e
commit
cbbe9da890
@ -62,7 +62,7 @@ The *etcd* plugin leverages directory structure to look for related entries. For
|
|||||||
an entry `/skydns/test/skydns/mx` would have entries like `/skydns/test/skydns/mx/a`,
|
an entry `/skydns/test/skydns/mx` would have entries like `/skydns/test/skydns/mx/a`,
|
||||||
`/skydns/test/skydns/mx/b` and so on. Similarly a directory `/skydns/test/skydns/mx1` will have all
|
`/skydns/test/skydns/mx/b` and so on. Similarly a directory `/skydns/test/skydns/mx1` will have all
|
||||||
`mx1` entries. Note this plugin will search through the entire (sub)tree for records. In case of the
|
`mx1` entries. Note this plugin will search through the entire (sub)tree for records. In case of the
|
||||||
first example, a query for `mx.skydns.text` will return both the contents of the `a` and `b` records.
|
first example, a query for `mx.skydns.test` will return both the contents of the `a` and `b` records.
|
||||||
If the directory extends deeper those records are returned as well.
|
If the directory extends deeper those records are returned as well.
|
||||||
|
|
||||||
With etcd3, support for [hierarchical keys are
|
With etcd3, support for [hierarchical keys are
|
||||||
|
Loading…
x
Reference in New Issue
Block a user