mirror of
https://github.com/kubesphere/kubekey.git
synced 2025-12-26 01:22:51 +00:00
update etcd backup parameter exposure
Signed-off-by: “Forest-L <lilin@yunify.com>
This commit is contained in:
parent
b8377e5090
commit
abf6e52e19
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue