Skip to content

Commit ccb42e2

Browse files
committed
Regenerated CRDs and copied it to operator/crds
Signed-off-by: Ilyes Ben Dlala <ilyes.bendlala@iteratec.com>
1 parent 724f800 commit ccb42e2

File tree

1 file changed

+17
-1
lines changed

1 file changed

+17
-1
lines changed

operator/crds/execution.securecodebox.io_scheduledscans.yaml

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,10 @@ spec:
3333
jsonPath: .spec.interval
3434
name: Interval
3535
type: string
36+
- description: Schedule
37+
jsonPath: .spec.schedule
38+
name: Schedule
39+
type: string
3640
- description: Total Finding Count
3741
jsonPath: .status.findings.count
3842
name: Findings
@@ -64,6 +68,18 @@ spec:
6468
spec:
6569
description: ScheduledScanSpec defines the desired state of ScheduledScan
6670
properties:
71+
concurrencyPolicy:
72+
description:
73+
'Specifies how to treat concurrent executions of a Job.
74+
Valid values are: - "Allow" (default): allows CronJobs to run concurrently;
75+
- "Forbid": forbids concurrent runs, skipping next run if previous
76+
run hasn''t finished yet; - "Replace": cancels currently running
77+
job and replaces it with a new one'
78+
enum:
79+
- Allow
80+
- Forbid
81+
- Replace
82+
type: string
6783
failedJobsHistoryLimit:
6884
description:
6985
FailedJobsHistoryLimit determines how many failed past
@@ -4815,7 +4831,7 @@ spec:
48154831
type: object
48164832
schedule:
48174833
description: The schedule in Cron format, see https://en.wikipedia.org/wiki/Cron.
4818-
type: string
4834+
type: string
48194835
successfulJobsHistoryLimit:
48204836
description:
48214837
SuccessfulJobsHistoryLimit determines how many past Scans

0 commit comments

Comments
 (0)