Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 17 additions & 1 deletion operator/crds/execution.securecodebox.io_scheduledscans.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down