File tree Expand file tree Collapse file tree 1 file changed +17
-1
lines changed
Expand file tree Collapse file tree 1 file changed +17
-1
lines changed Original file line number Diff line number Diff line change 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
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
You can’t perform that action at this time.
0 commit comments