Skip to content

Commit 5048a8f

Browse files
* UPSTREAM: <drop>: Updating go modules * UPSTREAM: <drop>: update Velero CRDs @ oadp-dev * UPSTREAM: <drop>: make bundle update --------- Co-authored-by: oadp-team-rebase-bot <oadp-maintainers@redhat.com>
1 parent 513180a commit 5048a8f

11 files changed

+63
-5
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.

config/crd/bases/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.

config/crd/bases/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

config/crd/bases/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

config/crd/bases/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.

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,6 +203,6 @@ require (
203203
sigs.k8s.io/yaml v1.4.0 // indirect
204204
)
205205

206-
replace github.com/vmware-tanzu/velero => github.com/openshift/velero v0.10.2-0.20250930182219-b6ee44947ba4
206+
replace github.com/vmware-tanzu/velero => github.com/openshift/velero v0.10.2-0.20251104165357-37b2d9ec3f2a
207207

208208
replace github.com/kopia/kopia => github.com/migtools/kopia v0.0.0-20250814081930-848859b500ac

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -756,8 +756,8 @@ github.com/openshift/api v0.0.0-20240524162738-d899f8877d22 h1:AW8KUN4k7qR2egrCC
756756
github.com/openshift/api v0.0.0-20240524162738-d899f8877d22/go.mod h1:7Hm1kLJGxWT6eysOpD2zUztdn+w91eiERn6KtI5o9aw=
757757
github.com/openshift/hypershift/api v0.0.0-20241128081537-8326d865eaf5 h1:z8AkPjlJ/CPqED/EPtlgQKYEt8+Edc30ZR8eQWOEigA=
758758
github.com/openshift/hypershift/api v0.0.0-20241128081537-8326d865eaf5/go.mod h1:3UlUlywmXBCEMF3GACTvMAOvv2lU5qzUDvTYFXeGbKU=
759-
github.com/openshift/velero v0.10.2-0.20250930182219-b6ee44947ba4 h1:0+uBuDbZLCtYKbJGnO9Gq5L5u2MV9l2lmRs3BKnlA7k=
760-
github.com/openshift/velero v0.10.2-0.20250930182219-b6ee44947ba4/go.mod h1:siVJMfpO/iw1mX0wAiAJ8m4uKRzXtiA0eXNQPZIZYmI=
759+
github.com/openshift/velero v0.10.2-0.20251104165357-37b2d9ec3f2a h1:LRjh0JV00Nmjpp4jPHOn6IKgpPR2U+nPoqhJU2ByFRE=
760+
github.com/openshift/velero v0.10.2-0.20251104165357-37b2d9ec3f2a/go.mod h1:siVJMfpO/iw1mX0wAiAJ8m4uKRzXtiA0eXNQPZIZYmI=
761761
github.com/opentracing/opentracing-go v1.1.0/go.mod h1:UkNAQd3GIcIGf0SeVgPpRdFStlNbqXla1AfSYxPUl2o=
762762
github.com/operator-framework/api v0.10.0/go.mod h1:tV0BUNvly7szq28ZPBXhjp1Sqg5yHCOeX19ui9K4vjI=
763763
github.com/operator-framework/api v0.10.7 h1:GlZJ6m+0WSVdSsSjTbhKKAvHXamWJXhwXHUhVwL8LBE=

0 commit comments

Comments
 (0)