Merge PR #10192: Auto-Join: Configurable Scheme & Port (and add k8s provider)

This commit is contained in:
Aleksandr Bezobchuk
2020-10-23 16:13:09 -04:00
committed by GitHub
parent ac239089b2
commit e4421691da
751 changed files with 337843 additions and 13 deletions

View File

@@ -17,6 +17,8 @@ type RaftJoinResponse struct {
// RaftJoinRequest represents the parameters consumed by the raft join API
type RaftJoinRequest struct {
AutoJoin string `json:"auto_join"`
AutoJoinScheme string `json:"auto_join_scheme"`
AutoJoinPort uint `json:"auto_join_port"`
LeaderAPIAddr string `json:"leader_api_addr"`
LeaderCACert string `json:"leader_ca_cert"`
LeaderClientCert string `json:"leader_client_cert"`