Documentation ¶
Index ¶
Constants ¶
View Source
const ( // PreheatParamProvider is a parameter keeping the preheating provider instance info. PreheatParamProvider = "provider" // PreheatParamImage is a parameter keeping the preheating artifact (image) info. PreheatParamImage = "image" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Job ¶
type Job struct{}
Job preheats the given artifact(image) to the target preheat provider.
func (*Job) MaxCurrency ¶
MaxCurrency indicates no limitation to the concurrency of preheat job.
func (*Job) ShouldRetry ¶
ShouldRetry indicates no need to retry preheat job as it's just for a cache purpose.
Click to show internal directories.
Click to hide internal directories.