mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
Raft: Expand raft documentation, in particular point on godocs.
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user