Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrImageGetDidNotProduceVolume = errors.New("fetching the image did not produce a volume")
ErrImageUnavailable is returned when a task's configured image resource has no versions.
Functions ¶
This section is empty.
Types ¶
type Fetcher ¶
type Fetcher struct {
// contains filtered or unexported fields
}
func NewFetcher ¶
func NewFetcher(trackerFactory TrackerFactory) Fetcher
func (Fetcher) FetchImage ¶
func (fetcher Fetcher) FetchImage( logger lager.Logger, imageConfig atc.TaskImageConfig, signals <-chan os.Signal, identifier worker.Identifier, metadata worker.Metadata, delegate worker.ImageFetchingDelegate, worker worker.Client, workerTags atc.Tags, customTypes atc.ResourceTypes, ) (worker.Image, error)
type MalformedMetadataError ¶
type MalformedMetadataError struct {
UnmarshalError error
}
func (MalformedMetadataError) Error ¶
func (err MalformedMetadataError) Error() string
Click to show internal directories.
Click to hide internal directories.