diff --git a/config/crd/v1/bases/velero.io_podvolumebackups.yaml b/config/crd/v1/bases/velero.io_podvolumebackups.yaml index 935916db9..3df50f831 100644 --- a/config/crd/v1/bases/velero.io_podvolumebackups.yaml +++ b/config/crd/v1/bases/velero.io_podvolumebackups.yaml @@ -249,6 +249,10 @@ spec: description: SnapshotID is the identifier for the snapshot of the pod volume. type: string + sourceSize: + description: SourceSize holds the total size of the source volume. + format: int64 + type: integer startTimestamp: description: |- StartTimestamp records the time a backup was started. diff --git a/config/crd/v2alpha1/bases/velero.io_datauploads.yaml b/config/crd/v2alpha1/bases/velero.io_datauploads.yaml index a3d7dbe80..19c1069f9 100644 --- a/config/crd/v2alpha1/bases/velero.io_datauploads.yaml +++ b/config/crd/v2alpha1/bases/velero.io_datauploads.yaml @@ -250,6 +250,10 @@ spec: description: SnapshotID is the identifier for the snapshot in the backup repository. type: string + sourceSize: + description: SourceSize holds the total size of the source volume. + format: int64 + type: integer startTimestamp: description: |- StartTimestamp records the time a backup was started.