Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Cron ¶
type Cron struct { Schedule string // contains filtered or unexported fields }
Cron runs a cron jobSpec from a CronSpec
func NewCronFromJobSpec ¶
NewCronFromJobSpec instantiates a job that executes on a predefined schedule.
type Delegate ¶
type Delegate struct {
// contains filtered or unexported fields
}
func NewDelegate ¶
func (Delegate) OnJobCreated ¶ added in v0.10.8
func (Delegate) OnJobDeleted ¶ added in v0.10.8
Click to show internal directories.
Click to hide internal directories.