update CRDs

Signed-off-by: Scott Seago <sseago@redhat.com>
This commit is contained in:
Scott Seago
2025-08-12 10:45:40 -04:00
parent cd103add11
commit 2944c0dad4
3 changed files with 7 additions and 1 deletions

View File

@@ -627,6 +627,11 @@ spec:
filters that happen as items are processed.
type: integer
type: object
queuePosition:
description: |-
QueuePosition is the position of the backup in the queue.
Only relevant when Phase is "Queued"
type: integer
startTimestamp:
description: |-
StartTimestamp records the time a backup was started.

File diff suppressed because one or more lines are too long

View File

@@ -378,6 +378,7 @@ type BackupStatus struct {
Phase BackupPhase `json:"phase,omitempty"`
// QueuePosition is the position of the backup in the queue.
// Only relevant when Phase is "Queued"
// +optional
QueuePosition int `json:"queuePosition,omitempty"`