*: expose Raft Applied Index through to "etcdctl endpoint status"

Fixed based on feedback

Fixed spacing

Fix gofmt
This commit is contained in:
dvonthenen
2018-01-19 10:28:43 -08:00
parent 0f1ac0cef6
commit 25cdf4ed92
8 changed files with 293 additions and 241 deletions

View File

@@ -2176,6 +2176,11 @@
"type": "string",
"format": "uint64"
},
"raftAppliedIndex": {
"description": "appliedIndex is the current raft applied index of the responding member.",
"type": "string",
"format": "uint64"
},
"raftIndex": {
"description": "raftIndex is the current raft index of the responding member.",
"type": "string",