common

package
v0.0.1 Latest Latest
Warning

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

Go to latest
Published: Mar 13, 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 {
	PullSpec string
}

func (*Image) DockerPullSpec

func (image *Image) DockerPullSpec() string

func (*Image) DockerTarFilePath

func (image *Image) DockerTarFilePath() string

type ImageStatus

type ImageStatus int
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