Skip to content

Commit 5747e96

Browse files
UPSTREAM: <drop>: make bundle update
1 parent 05f3b8e commit 5747e96

File tree

4 files changed

+30
-0
lines changed

4 files changed

+30
-0
lines changed

bundle/manifests/velero.io_datadownloads.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,10 @@ spec:
108108
description: SnapshotID is the ID of the Velero backup snapshot to
109109
be restored from.
110110
type: string
111+
snapshotSize:
112+
description: SnapshotSize is the logical size in Bytes of the snapshot.
113+
format: int64
114+
type: integer
111115
sourceNamespace:
112116
description: |-
113117
SourceNamespace is the original namespace where the volume is backed up from.

bundle/manifests/velero.io_datauploads.yaml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,12 @@ spec:
3333
jsonPath: .status.progress.totalBytes
3434
name: Total Bytes
3535
type: integer
36+
- description: Incremental bytes
37+
format: int64
38+
jsonPath: .status.incrementalBytes
39+
name: Incremental Bytes
40+
priority: 10
41+
type: integer
3642
- description: Name of the Backup Storage Location where this backup should be
3743
stored
3844
jsonPath: .spec.backupStorageLocation
@@ -173,6 +179,11 @@ spec:
173179
as a result of the DataUpload.
174180
nullable: true
175181
type: object
182+
incrementalBytes:
183+
description: IncrementalBytes holds the number of bytes new or changed
184+
since the last backup
185+
format: int64
186+
type: integer
176187
message:
177188
description: Message is a message about the DataUpload's status.
178189
type: string

bundle/manifests/velero.io_podvolumebackups.yaml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,12 @@ spec:
3333
jsonPath: .status.progress.totalBytes
3434
name: Total Bytes
3535
type: integer
36+
- description: Incremental bytes
37+
format: int64
38+
jsonPath: .status.incrementalBytes
39+
name: Incremental Bytes
40+
priority: 10
41+
type: integer
3642
- description: Name of the Backup Storage Location where this backup should be
3743
stored
3844
jsonPath: .spec.backupStorageLocation
@@ -189,6 +195,11 @@ spec:
189195
format: date-time
190196
nullable: true
191197
type: string
198+
incrementalBytes:
199+
description: IncrementalBytes holds the number of bytes new or changed
200+
since the last backup
201+
format: int64
202+
type: integer
192203
message:
193204
description: Message is a message about the pod volume backup's status.
194205
type: string

bundle/manifests/velero.io_podvolumerestores.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,10 @@ spec:
133133
snapshotID:
134134
description: SnapshotID is the ID of the volume snapshot to be restored.
135135
type: string
136+
snapshotSize:
137+
description: SnapshotSize is the logical size in Bytes of the snapshot.
138+
format: int64
139+
type: integer
136140
sourceNamespace:
137141
description: SourceNamespace is the original namespace for namaspace
138142
mapping.

0 commit comments

Comments
 (0)