snapshot size in restore CRs

Signed-off-by: Lyndon-Li <lyonghui@vmware.com>
This commit is contained in:
Lyndon-Li
2025-10-27 12:38:30 +08:00
parent fb38727b9c
commit d4147e406b
7 changed files with 7 additions and 7 deletions

View File

@@ -134,7 +134,7 @@ spec:
description: SnapshotID is the ID of the volume snapshot to be restored.
type: string
snapshotSize:
description: SnapshotSize is the logical size of the snapshot.
description: SnapshotSize is the logical size in Bytes of the snapshot.
format: int64
type: integer
sourceNamespace:

File diff suppressed because one or more lines are too long

View File

@@ -109,7 +109,7 @@ spec:
be restored from.
type: string
snapshotSize:
description: SnapshotSize is the logical size of the snapshot.
description: SnapshotSize is the logical size in Bytes of the snapshot.
format: int64
type: integer
sourceNamespace:

File diff suppressed because one or more lines are too long