mirror of https://github.com/status-im/consul.git
Merge branch 'komamitsu-fix-doc-meta-to-nodemeta'
This commit is contained in:
commit
42a6c9f13e
|
@ -408,8 +408,8 @@ $ curl \
|
||||||
"lan": "192.168.10.10",
|
"lan": "192.168.10.10",
|
||||||
"wan": "10.0.10.10"
|
"wan": "10.0.10.10"
|
||||||
},
|
},
|
||||||
"Meta": {
|
"NodeMeta": {
|
||||||
"instance_type": "t2.medium"
|
"somekey": "somevalue"
|
||||||
},
|
},
|
||||||
"CreateIndex": 51,
|
"CreateIndex": 51,
|
||||||
"ModifyIndex": 51,
|
"ModifyIndex": 51,
|
||||||
|
@ -434,7 +434,7 @@ $ curl \
|
||||||
- `TaggedAddresses` is the list of explicit LAN and WAN IP addresses for the
|
- `TaggedAddresses` is the list of explicit LAN and WAN IP addresses for the
|
||||||
agent
|
agent
|
||||||
|
|
||||||
- `Meta` is a list of user-defined metadata key/value pairs for the node
|
- `NodeMeta` is a list of user-defined metadata key/value pairs for the node
|
||||||
|
|
||||||
- `CreateIndex` is an internal index value representing when the service was
|
- `CreateIndex` is an internal index value representing when the service was
|
||||||
created
|
created
|
||||||
|
|
Loading…
Reference in New Issue