common

package
v2.2.0+incompatible Latest Latest
Warning

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

Go to latest
Published: Nov 30, 2018 License: Apache-2.0 Imports: 2 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 struct {
	Directory string
	PullSpec  string
}

Image ...

func NewImage

func NewImage(directory string, pullSpec string) *Image

NewImage ...

func (*Image) DockerPullSpec

func (image *Image) DockerPullSpec() string

DockerPullSpec ...

func (*Image) DockerTarFilePath

func (image *Image) DockerTarFilePath() string

DockerTarFilePath ...

type ImageStatus

type ImageStatus int

ImageStatus ...

const (
	ImageStatusUnknown    ImageStatus = iota
	ImageStatusInProgress ImageStatus = iota
	ImageStatusDone       ImageStatus = iota
	ImageStatusError      ImageStatus = iota
)

...

func (ImageStatus) String

func (is ImageStatus) String() string

Jump to

Keyboard shortcuts

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