1
0
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:
galal-hussein 2018-02-14 21:12:49 +02:00
parent a1b9c4a930
commit dc12e29489

View File

@ -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