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

generated code

This commit is contained in:
moelsayed
2019-03-11 23:33:48 +02:00
committed by Alena Prokharchyk
parent b06f4a428e
commit 09af2e530b
3 changed files with 5 additions and 1 deletions

View File

@@ -14,7 +14,7 @@ const (
)
type BackupConfig struct {
// Enable Flag
// Enable or disable recurring backups in rancher
Enabled *bool `yaml:"enabled" json:"enabled,omitempty" norman:"default=true"`
// Backup interval in hours
IntervalHours int `yaml:"interval_hours" json:"intervalHours,omitempty" norman:"default=12"`