Update according to comments. Remove csiVolumeSnapshotsStorageTotal related code.

Signed-off-by: Xun Jiang <jxun@vmware.com>
This commit is contained in:
Xun Jiang
2022-04-09 04:45:06 +00:00
parent 4daeec7ab9
commit 9aa4e9e860
7 changed files with 20 additions and 81 deletions

View File

@@ -355,18 +355,13 @@ spec:
nullable: true
type: string
csiVolumeSnapshotsAttempted:
description: CsiVolumeSnapshotsAttempted is the total number of attempted
description: CSIVolumeSnapshotsAttempted is the total number of attempted
CSI VolumeSnapshots for this backup.
type: integer
csiVolumeSnapshotsCompleted:
description: CsiVolumeSnapshotsCompleted is the total number of successfully
description: CSIVolumeSnapshotsCompleted is the total number of successfully
completed CSI VolumeSnapshots for this backup.
type: integer
csiVolumeSnapshotsStorageTotal:
description: CsiVolumeSnapshotsStorageTotal is the total storage size
of created snapshots for this backup.
format: int64
type: integer
errors:
description: Errors is a count of all error messages that were generated
during execution of the backup. The actual errors are in the backup's

File diff suppressed because one or more lines are too long