Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Cron ¶
type Cron struct { I *cron.Cron BackupId cron.EntryID BackupSchedule string RotateId cron.EntryID RotateSchedule string // contains filtered or unexported fields }
func (*Cron) Start ¶
func (c *Cron) Start(ctx contexts.Context, backupSchedule string, backupInput *types.CreateBackupRequest, rotateSchedule string, rotateInput *types.RotateBackupsRequest, containers types.ContainerTemplates, ) error
Click to show internal directories.
Click to hide internal directories.