mirror of
https://github.com/rancher/rke.git
synced 2025-09-01 15:06:23 +00:00
Added etcd snapshot timeout parameter
This commit is contained in:
@@ -21,6 +21,8 @@ type BackupConfig struct {
|
||||
S3BackupConfig *S3BackupConfig `yaml:",omitempty" json:"s3BackupConfig"`
|
||||
// replace special characters in snapshot names
|
||||
SafeTimestamp bool `yaml:"safe_timestamp" json:"safeTimestamp,omitempty"`
|
||||
// Backup execution timeout
|
||||
Timeout int `yaml:"timeout" json:"timeout,omitempty" norman:"default=300"`
|
||||
}
|
||||
|
||||
type S3BackupConfig struct {
|
||||
|
Reference in New Issue
Block a user