From 60e281efad770efb063aeb0314325d15ad41c105 Mon Sep 17 00:00:00 2001 From: Michal Pryc Date: Tue, 10 Dec 2024 10:12:57 +0100 Subject: [PATCH] Non-admin CRD compatibility update for 130 Small CRD updates to make the following PR passing: https://github.com/migtools/oadp-non-admin/pull/130 Signed-off-by: Michal Pryc --- bundle/manifests/oadp.openshift.io_nonadminbackups.yaml | 5 +++-- config/crd/bases/oadp.openshift.io_nonadminbackups.yaml | 5 +++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/bundle/manifests/oadp.openshift.io_nonadminbackups.yaml b/bundle/manifests/oadp.openshift.io_nonadminbackups.yaml index 919fb57a86..21e65ca815 100644 --- a/bundle/manifests/oadp.openshift.io_nonadminbackups.yaml +++ b/bundle/manifests/oadp.openshift.io_nonadminbackups.yaml @@ -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 backups ahead + in the queue (0 if not queued) type: integer required: - estimatedQueuePosition diff --git a/config/crd/bases/oadp.openshift.io_nonadminbackups.yaml b/config/crd/bases/oadp.openshift.io_nonadminbackups.yaml index 39aab8feb9..d081ddfb3b 100644 --- a/config/crd/bases/oadp.openshift.io_nonadminbackups.yaml +++ b/config/crd/bases/oadp.openshift.io_nonadminbackups.yaml @@ -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 backups ahead + in the queue (0 if not queued) type: integer required: - estimatedQueuePosition