Raft: Expand raft documentation, in particular point on godocs.

This commit is contained in:
Piotr Tabor
2020-12-30 16:28:56 +01:00
parent 69e99e80fa
commit 58f78df1de
4 changed files with 17 additions and 1 deletions

View File

@@ -238,7 +238,9 @@ service Maintenance {
};
}
// Downgrade requests downgrade, cancel downgrade on the cluster version.
// Downgrade requests downgrades, verifies feasibility or cancels downgrade
// on the cluster version.
// Supported since etcd 3.5.
rpc Downgrade(DowngradeRequest) returns (DowngradeResponse) {
option (google.api.http) = {
post: "/v3/maintenance/downgrade"