Skip to content

Commit

Permalink
Non-admin CRD compatibility update for 130 (#1605)
Browse files Browse the repository at this point in the history
Small CRD updates to make the following PR passing:
  migtools/oadp-non-admin#130

Signed-off-by: Michal Pryc <[email protected]>
  • Loading branch information
mpryc authored Dec 10, 2024
1 parent b8ed9f1 commit c7dc47e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
5 changes: 3 additions & 2 deletions bundle/manifests/oadp.openshift.io_nonadminbackups.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -611,13 +611,14 @@ spec:
type: string
queueInfo:
description: |-
QueueInfo holds the queue position for a specific VeleroBackup.
It is used to estimate how many backups are scheduled before the given VeleroBackup in the OADP namespace.
queueInfo is used to estimate how many backups are scheduled before the given VeleroBackup in the OADP namespace.
This number is not guaranteed to be accurate, but it should be close. It's inaccurate for cases when
Velero pod is not running or being restarted after Backup object were created.
It counts only VeleroBackups that are still subject to be handled by OADP/Velero.
properties:
estimatedQueuePosition:
description: estimatedQueuePosition is the number of operations
ahead in the queue (0 if not queued)
type: integer
required:
- estimatedQueuePosition
Expand Down
5 changes: 3 additions & 2 deletions config/crd/bases/oadp.openshift.io_nonadminbackups.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -611,13 +611,14 @@ spec:
type: string
queueInfo:
description: |-
QueueInfo holds the queue position for a specific VeleroBackup.
It is used to estimate how many backups are scheduled before the given VeleroBackup in the OADP namespace.
queueInfo is used to estimate how many backups are scheduled before the given VeleroBackup in the OADP namespace.
This number is not guaranteed to be accurate, but it should be close. It's inaccurate for cases when
Velero pod is not running or being restarted after Backup object were created.
It counts only VeleroBackups that are still subject to be handled by OADP/Velero.
properties:
estimatedQueuePosition:
description: estimatedQueuePosition is the number of operations
ahead in the queue (0 if not queued)
type: integer
required:
- estimatedQueuePosition
Expand Down

0 comments on commit c7dc47e

Please sign in to comment.