Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 510 Bytes

ScheduleObj.md

File metadata and controls

9 lines (6 loc) · 510 Bytes

Harbor2Client::ScheduleObj

Properties

Name Type Description Notes
type String The schedule type. The valid values are 'Hourly', 'Daily', 'Weekly', 'Custom', 'Manual' and 'None'. 'Manual' means to trigger it right away and 'None' means to cancel the schedule. [optional]
cron String A cron expression, a time-based job scheduler. [optional]