mirror of
https://github.com/vmware-tanzu/velero.git
synced 2026-07-31 20:36:07 +00:00
fix-item-operation-timeout-explain
Signed-off-by: zhongjun.li <zhongjun.li@daocloud.io>
This commit is contained in:
@@ -315,7 +315,7 @@ spec:
|
||||
itemOperationTimeout:
|
||||
description: ItemOperationTimeout specifies the time used to wait
|
||||
for asynchronous BackupItemAction operations The default value is
|
||||
1 hour.
|
||||
4 hour.
|
||||
type: string
|
||||
labelSelector:
|
||||
description: LabelSelector is a metav1.LabelSelector to filter with
|
||||
|
||||
@@ -246,7 +246,7 @@ spec:
|
||||
type: array
|
||||
itemOperationTimeout:
|
||||
description: ItemOperationTimeout specifies the time used to wait
|
||||
for RestoreItemAction operations The default value is 1 hour.
|
||||
for RestoreItemAction operations The default value is 4 hour.
|
||||
type: string
|
||||
labelSelector:
|
||||
description: LabelSelector is a metav1.LabelSelector to filter with
|
||||
|
||||
@@ -361,7 +361,7 @@ spec:
|
||||
itemOperationTimeout:
|
||||
description: ItemOperationTimeout specifies the time used to wait
|
||||
for asynchronous BackupItemAction operations The default value
|
||||
is 1 hour.
|
||||
is 4 hour.
|
||||
type: string
|
||||
labelSelector:
|
||||
description: LabelSelector is a metav1.LabelSelector to filter
|
||||
|
||||
File diff suppressed because one or more lines are too long
@@ -159,7 +159,7 @@ type BackupSpec struct {
|
||||
CSISnapshotTimeout metav1.Duration `json:"csiSnapshotTimeout,omitempty"`
|
||||
|
||||
// ItemOperationTimeout specifies the time used to wait for asynchronous BackupItemAction operations
|
||||
// The default value is 1 hour.
|
||||
// The default value is 4 hour.
|
||||
// +optional
|
||||
ItemOperationTimeout metav1.Duration `json:"itemOperationTimeout,omitempty"`
|
||||
// ResourcePolicy specifies the referenced resource policies that backup should follow
|
||||
|
||||
@@ -115,7 +115,7 @@ type RestoreSpec struct {
|
||||
ExistingResourcePolicy PolicyType `json:"existingResourcePolicy,omitempty"`
|
||||
|
||||
// ItemOperationTimeout specifies the time used to wait for RestoreItemAction operations
|
||||
// The default value is 1 hour.
|
||||
// The default value is 4 hour.
|
||||
// +optional
|
||||
ItemOperationTimeout metav1.Duration `json:"itemOperationTimeout,omitempty"`
|
||||
|
||||
|
||||
@@ -35,8 +35,8 @@ spec:
|
||||
csiSnapshotTimeout: 10m
|
||||
# ItemOperationTimeout specifies the time used to wait for
|
||||
# asynchronous BackupItemAction operations
|
||||
# The default value is 1 hour.
|
||||
itemOperationTimeout: 1h
|
||||
# The default value is 4 hour.
|
||||
itemOperationTimeout: 4h
|
||||
# resourcePolicy specifies the referenced resource policies that backup should follow
|
||||
# optional
|
||||
resourcePolicy:
|
||||
|
||||
@@ -37,8 +37,8 @@ spec:
|
||||
scheduleName: my-scheduled-backup-name
|
||||
# ItemOperationTimeout specifies the time used to wait for
|
||||
# asynchronous BackupItemAction operations
|
||||
# The default value is 1 hour.
|
||||
itemOperationTimeout: 1h
|
||||
# The default value is 4 hour.
|
||||
itemOperationTimeout: 4h
|
||||
# UploaderConfig specifies the configuration for the restore.
|
||||
uploaderConfig:
|
||||
# WriteSparseFiles is a flag to indicate whether write files sparsely or not
|
||||
|
||||
@@ -35,8 +35,8 @@ spec:
|
||||
csiSnapshotTimeout: 10m
|
||||
# ItemOperationTimeout specifies the time used to wait for
|
||||
# asynchronous BackupItemAction operations
|
||||
# The default value is 1 hour.
|
||||
itemOperationTimeout: 1h
|
||||
# The default value is 4 hour.
|
||||
itemOperationTimeout: 4h
|
||||
# resourcePolicy specifies the referenced resource policies that backup should follow
|
||||
# optional
|
||||
resourcePolicy:
|
||||
|
||||
@@ -37,8 +37,8 @@ spec:
|
||||
scheduleName: my-scheduled-backup-name
|
||||
# ItemOperationTimeout specifies the time used to wait for
|
||||
# asynchronous BackupItemAction operations
|
||||
# The default value is 1 hour.
|
||||
itemOperationTimeout: 1h
|
||||
# The default value is 4 hour.
|
||||
itemOperationTimeout: 4h
|
||||
# UploaderConfig specifies the configuration for the restore.
|
||||
uploaderConfig:
|
||||
# WriteSparseFiles is a flag to indicate whether write files sparsely or not
|
||||
|
||||
Reference in New Issue
Block a user