interfaces

package
v2.2.3+incompatible Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 8, 2019 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Image

type Image interface {
	DockerPullSpec() string
	DockerTarFilePath() string
}

Image ...

type ImagePuller

type ImagePuller interface {
	PullImage(image Image) error
	CreateImageInLocalDocker(image Image) error
	SaveImageToTar(image Image) error
}

ImagePuller defines the interface for image puller

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL