fix-item-operation-timeout-explain

Signed-off-by: zhongjun.li <zhongjun.li@daocloud.io>
pull/7284/head
zhongjun.li 2024-01-08 11:29:33 +08:00
parent c2177c24e8
commit 306a8fda3e
10 changed files with 16 additions and 16 deletions

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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"`

View File

@ -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:

View File

@ -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

View File

@ -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:

View File

@ -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