1
0
mirror of https://github.com/rancher/rke.git synced 2025-09-07 09:50:13 +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

@@ -25,4 +25,4 @@ github.com/ugorji/go/codec ccfe18359b55b97855cee1d3f74e5efbda4869d
github.com/Microsoft/go-winio ab35fc04b6365e8fcb18e6e9e41ea4a02b10b175 github.com/Microsoft/go-winio ab35fc04b6365e8fcb18e6e9e41ea4a02b10b175
github.com/rancher/norman ff60298f31f081b06d198815b4c178a578664f7d github.com/rancher/norman ff60298f31f081b06d198815b4c178a578664f7d
github.com/rancher/types d289637bccd1ac6a8eaa46556733890a5f204fbc github.com/rancher/types f08dc626d420185972a3bcf11504b81d7f2d37e0

View File

@@ -171,11 +171,11 @@ type ETCDService struct {
Key string `yaml:"key" json:"key,omitempty"` Key string `yaml:"key" json:"key,omitempty"`
// External etcd prefix // External etcd prefix
Path string `yaml:"path" json:"path,omitempty"` Path string `yaml:"path" json:"path,omitempty"`
// Etcd Backup Service // Etcd Recurring snapshot Service
Backup bool `yaml:"backup" json:"backup,omitempty"` Snapshot bool `yaml:"snapshot" json:"snapshot,omitempty"`
// Etcd Backup Retention period // Etcd snapshot Retention period
Retention string `yaml:"retention" json:"retention,omitempty"` Retention string `yaml:"retention" json:"retention,omitempty"`
// Etcd Backup Creation period // Etcd snapshot Creation period
Creation string `yaml:"creation" json:"creation,omitempty"` Creation string `yaml:"creation" json:"creation,omitempty"`
} }