1
0
mirror of https://github.com/rancher/types.git synced 2025-09-18 07:52:41 +00:00

Rename backupConfig

This commit is contained in:
moelsayed
2019-01-15 02:28:23 +02:00
committed by Alena Prokharchyk
parent e5c5cd0491
commit 26acdceadb

View File

@@ -188,7 +188,7 @@ type ETCDService struct {
// Etcd snapshot Creation period
Creation string `yaml:"creation" json:"creation,omitempty" norman:"default=12h"`
// Backup backend for etcd snapshots, used by rke only
BackupConfig *BackupConfig `yaml:"backup_target" json:"backupConfig,omitempty"`
BackupConfig *BackupConfig `yaml:"backup_config" json:"backupConfig,omitempty"`
}
type KubeAPIService struct {