Documentation ¶
Index ¶
Constants ¶
View Source
const DefaultTaskPollingInterval = 5 * time.Second
DefaultTaskPollingInterval is the default interval for polling task.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Preheat ¶
type Preheat interface { // CreatePreheat creates a preheat job. CreatePreheat(context.Context, []models.Scheduler, types.PreheatArgs) (*internaljob.GroupJobState, error) }
Preheat is an interface for preheat job.
type PreheatType ¶
type PreheatType string
preheatImage is an image for preheat.
const ( // PreheatImageType is image type of preheat job. PreheatImageType PreheatType = "image" // PreheatFileType is file type of preheat job. PreheatFileType PreheatType = "file" )
Click to show internal directories.
Click to hide internal directories.