mirror of
https://github.com/vmware-tanzu/velero.git
synced 2026-01-05 13:05:17 +00:00
snapshot size in restore CRs
Signed-off-by: Lyndon-Li <lyonghui@vmware.com>
This commit is contained in:
@@ -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
@@ -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
Reference in New Issue
Block a user