Merge PR #10095: Integrated Storage Cloud Auto-Join

This commit is contained in:
Aleksandr Bezobchuk
2020-10-13 16:26:39 -04:00
committed by GitHub
parent 21d13e4671
commit b67da26279
1024 changed files with 357103 additions and 4910 deletions

View File

@@ -16,6 +16,7 @@ type RaftJoinResponse struct {
// RaftJoinRequest represents the parameters consumed by the raft join API
type RaftJoinRequest struct {
AutoJoin string `json:"auto_join"`
LeaderAPIAddr string `json:"leader_api_addr"`
LeaderCACert string `json:"leader_ca_cert"`
LeaderClientCert string `json:"leader_client_cert"`