update etcd backup parameter exposure

Signed-off-by: “Forest-L <lilin@yunify.com>
This commit is contained in:
“Forest-L 2020-09-28 15:39:41 +08:00
parent b8377e5090
commit abf6e52e19

View File

@ -43,7 +43,6 @@ type ClusterSpec struct {
Registry RegistryConfig `yaml:"registry" json:"registry,omitempty"`
Addons []Addon `yaml:"addons" json:"addons,omitempty"`
KubeSphere KubeSphere `json:"kubesphere,omitempty"`
Etcd EtcdCfg `yaml:"etcd" json:"etcd,omitempty"`
}
// ClusterStatus defines the observed state of Cluster