From 278bee12699304c7e1763739e66b0fd9fcfae6b4 Mon Sep 17 00:00:00 2001 From: Rafael Leal Date: Mon, 28 Mar 2022 14:58:25 -0300 Subject: [PATCH] Update codegen Signed-off-by: Rafael Leal --- config/crd/v1/bases/velero.io_restores.yaml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/config/crd/v1/bases/velero.io_restores.yaml b/config/crd/v1/bases/velero.io_restores.yaml index 68d1aefb0..4bc98b3a4 100644 --- a/config/crd/v1/bases/velero.io_restores.yaml +++ b/config/crd/v1/bases/velero.io_restores.yaml @@ -1773,6 +1773,26 @@ spec: PVs from snapshot (via the cloudprovider). nullable: true type: boolean + restoreStatus: + description: RestoreStatus specifies which resources we should restore + the status field. If nil, no objects are included. Optional. + nullable: true + properties: + excludedResources: + description: ExcludedResources specifies the resources to which + will not restore the status. + items: + type: string + nullable: true + type: array + includedResources: + description: IncludedResources specifies the resources to which + will restore the status. If empty, it applies to all resources. + items: + type: string + nullable: true + type: array + type: object scheduleName: description: ScheduleName is the unique name of the Velero schedule to restore from. If specified, and BackupName is empty, Velero will