Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Job ¶
type Job struct { *internaljob.Job Preheat }
type Preheat ¶
type Preheat interface {
CreatePreheat(context.Context, []model.Scheduler, types.PreheatArgs) (*internaljob.GroupJobState, error)
}
type PreheatType ¶
type PreheatType string
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.