1
0
mirror of https://github.com/rancher/rke.git synced 2025-09-06 17:30:20 +00:00

Vendor update

This commit is contained in:
galal-hussein
2018-05-18 00:34:03 +02:00
parent 4b4ec352ae
commit 488791d3af
2 changed files with 5 additions and 5 deletions

View File

@@ -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"`
}