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) DockerTarFilePath ¶
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
Click to show internal directories.
Click to hide internal directories.