From ccb42e25801135135f8e9b2d451cb96eceec40ed Mon Sep 17 00:00:00 2001 From: Ilyes Ben Dlala Date: Tue, 7 Nov 2023 10:12:51 +0100 Subject: [PATCH] Regenerated CRDs and copied it to operator/crds Signed-off-by: Ilyes Ben Dlala --- ...cution.securecodebox.io_scheduledscans.yaml | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/operator/crds/execution.securecodebox.io_scheduledscans.yaml b/operator/crds/execution.securecodebox.io_scheduledscans.yaml index 370858bd68..8d5fb5a9f8 100644 --- a/operator/crds/execution.securecodebox.io_scheduledscans.yaml +++ b/operator/crds/execution.securecodebox.io_scheduledscans.yaml @@ -33,6 +33,10 @@ spec: jsonPath: .spec.interval name: Interval type: string + - description: Schedule + jsonPath: .spec.schedule + name: Schedule + type: string - description: Total Finding Count jsonPath: .status.findings.count name: Findings @@ -64,6 +68,18 @@ spec: spec: description: ScheduledScanSpec defines the desired state of ScheduledScan properties: + concurrencyPolicy: + description: + 'Specifies how to treat concurrent executions of a Job. + Valid values are: - "Allow" (default): allows CronJobs to run concurrently; + - "Forbid": forbids concurrent runs, skipping next run if previous + run hasn''t finished yet; - "Replace": cancels currently running + job and replaces it with a new one' + enum: + - Allow + - Forbid + - Replace + type: string failedJobsHistoryLimit: description: FailedJobsHistoryLimit determines how many failed past @@ -4815,7 +4831,7 @@ spec: type: object schedule: description: The schedule in Cron format, see https://en.wikipedia.org/wiki/Cron. - type: string + type: string successfulJobsHistoryLimit: description: SuccessfulJobsHistoryLimit determines how many past Scans