package cluster type Config struct { IsMaster bool `json:"isMaster"` Name string `json:"name"` MasterAddress string `json:"masterAddress"` RootCA string `json:"rootCA"` ClientCert string `json:"clientCert"` ClientKey string `json:"clientKey"` }