mirror of
https://github.com/rancher/types.git
synced 2025-09-01 21:32:10 +00:00
[2.4] Added timeout field to BackupConfig type. go generate
This commit is contained in:
@@ -7,6 +7,7 @@ const (
|
||||
BackupConfigFieldRetention = "retention"
|
||||
BackupConfigFieldS3BackupConfig = "s3BackupConfig"
|
||||
BackupConfigFieldSafeTimestamp = "safeTimestamp"
|
||||
BackupConfigFieldTimeout = "timeout"
|
||||
)
|
||||
|
||||
type BackupConfig struct {
|
||||
@@ -15,4 +16,5 @@ type BackupConfig struct {
|
||||
Retention int64 `json:"retention,omitempty" yaml:"retention,omitempty"`
|
||||
S3BackupConfig *S3BackupConfig `json:"s3BackupConfig,omitempty" yaml:"s3BackupConfig,omitempty"`
|
||||
SafeTimestamp bool `json:"safeTimestamp,omitempty" yaml:"safeTimestamp,omitempty"`
|
||||
Timeout int64 `json:"timeout,omitempty" yaml:"timeout,omitempty"`
|
||||
}
|
||||
|
Reference in New Issue
Block a user