snapshot size in restore CRs

Signed-off-by: Lyndon-Li <lyonghui@vmware.com>
This commit is contained in:
Lyndon-Li
2025-10-27 04:41:04 +00:00
parent fb38727b9c
commit d4147e406b
7 changed files with 7 additions and 7 deletions
@@ -59,7 +59,7 @@ type PodVolumeRestoreSpec struct {
// when the PodVolumeRestore is in InProgress phase
Cancel bool `json:"cancel,omitempty"`
// SnapshotSize is the logical size of the snapshot.
// SnapshotSize is the logical size in Bytes of the snapshot.
// +optional
SnapshotSize int64 `json:"snapshotSize,omitempty"`
}
@@ -59,7 +59,7 @@ type DataDownloadSpec struct {
// +optional
NodeOS NodeOS `json:"nodeOS,omitempty"`
// SnapshotSize is the logical size of the snapshot.
// SnapshotSize is the logical size in Bytes of the snapshot.
// +optional
SnapshotSize int64 `json:"snapshotSize,omitempty"`
}
@@ -245,7 +245,7 @@ type DataUploadResult struct {
// +optional
NodeOS NodeOS `json:"nodeOS,omitempty"`
// SnapshotSize is the logical size of the snapshot.
// SnapshotSize is the logical size in Bytes of the snapshot.
// +optional
SnapshotSize int64 `json:"snapshotSize,omitempty"`
}