mirror of
https://github.com/goharbor/harbor
synced 2025-04-13 19:23:41 +00:00
Merge pull request #8565 from reasonerjt/update-gc-api-doc
Update the swagger doc for GC API
This commit is contained in:
commit
1bfba278f2
|
@ -5355,7 +5355,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