fix-item-operation-timeout-explain

Signed-off-by: zhongjun.li <zhongjun.li@daocloud.io>
This commit is contained in:
zhongjun.li
2024-01-08 15:00:06 +08:00
parent c2177c24e8
commit 306a8fda3e
10 changed files with 16 additions and 16 deletions
+1 -1
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
+1 -1
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
+1 -1
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
+1 -1
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
+1 -1
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"`
+2 -2
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:
+2 -2
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
+2 -2
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:
+2 -2
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