mirror of
https://github.com/rancher/types.git
synced 2025-07-08 19:13:02 +00:00
change etcd servers to list of urls
This commit is contained in:
parent
a1b9c4a930
commit
dc12e29489
@ -124,8 +124,8 @@ type RKEConfigServices struct {
|
||||
type ETCDService struct {
|
||||
// Base service properties
|
||||
BaseService `yaml:",inline" json:",inline"`
|
||||
// Comma separated list of etcd urls
|
||||
EtcdServers string `yaml:"etcd_servers" json:"etcdServers,omitempty"`
|
||||
// List of etcd urls
|
||||
ExternalURLs []string `yaml:"external_urls" json:"externalUrls,omitempty"`
|
||||
// External CA certificate
|
||||
CACert string `yaml:"ca_cert" json:"caCert,omitempty"`
|
||||
// External Client certificate
|
||||
|
Loading…
Reference in New Issue
Block a user