mirror of
https://github.com/goharbor/harbor.git
synced 2024-11-18 08:15:16 +01:00
Update the swagger doc for GC API
This commit update the swagger doc to document how to trigger an "admin job" such as "GC" to make it execute right away. Signed-off-by: Daniel Jiang <jiangd@vmware.com>
This commit is contained in:
parent
12fb643f0a
commit
6554bf4241
@ -5090,7 +5090,9 @@ definitions:
|
||||
properties:
|
||||
type:
|
||||
type: string
|
||||
description: The schedule type. The valid values are hourly, daily, weekly, custom and None. 'None' means to cancel the schedule.
|
||||
description: |
|
||||
The schedule type. The valid values are 'Hourly', 'Daily', 'Weekly', 'Custom', 'Manually' and 'None'.
|
||||
'Manually' means to trigger it right away and 'None' means to cancel the schedule.
|
||||
cron:
|
||||
type: string
|
||||
description: A cron expression, a time-based job scheduler.
|
||||
|
Loading…
Reference in New Issue
Block a user