Regenerate CRDs for the sourceSize status field (#10516)
Run the E2E test on kind / setup-test-matrix (push) Failing after 3s
e2e-test-kind.yaml / extract (push) Failing after 7s
Run the E2E test on kind / get-go-version (push) Failing after 8s
Run the E2E test on kind / build (push) Skipped
Run the E2E test on kind / run-e2e-test (push) Skipped
push.yml / extract (push) Failing after 7s
Scorecard supply-chain security / Scorecard analysis (push) Skipped
Main CI / get-go-version (push) Failing after 9s
Main CI / Build (push) Skipped

#10506 added SourceSize to the PodVolumeBackup and DataUpload status
types but did not regenerate the CRD manifests. Without the field in the
CRD schema, the API server silently drops status.sourceSize on write, so
the recorded source size never reaches the cluster objects.

Generated with hack/update-3generated-crd-code.sh (controller-gen
v0.16.5).

Signed-off-by: chlins <chlins.zhang@gmail.com>
This commit is contained in:
Chlins Zhang
2026-09-10 15:46:08 +08:00
committed by GitHub
parent 87b45ed7fd
commit 3df8ef0567
2 changed files with 8 additions and 0 deletions
@@ -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.
@@ -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.