From 3b47c42bc821996262c38b3b09003af360d567a0 Mon Sep 17 00:00:00 2001 From: galal-hussein Date: Thu, 17 May 2018 22:06:32 +0200 Subject: [PATCH] Change backups to snapshots --- apis/management.cattle.io/v3/rke_types.go | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/apis/management.cattle.io/v3/rke_types.go b/apis/management.cattle.io/v3/rke_types.go index a3da2aee..185aad51 100644 --- a/apis/management.cattle.io/v3/rke_types.go +++ b/apis/management.cattle.io/v3/rke_types.go @@ -171,11 +171,11 @@ type ETCDService struct { Key string `yaml:"key" json:"key,omitempty"` // External etcd prefix Path string `yaml:"path" json:"path,omitempty"` - // Etcd Backup Service - Backup bool `yaml:"backup" json:"backup,omitempty"` - // Etcd Backup Retention period + // Etcd Recurring snapshot Service + Snapshot bool `yaml:"snapshot" json:"snapshot,omitempty"` + // Etcd snapshot Retention period Retention string `yaml:"retention" json:"retention,omitempty"` - // Etcd Backup Creation period + // Etcd snapshot Creation period Creation string `yaml:"creation" json:"creation,omitempty"` }