Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrNotContainerImageDir = errors.New("not a containers image directory, don't want to overwrite important data")
ErrNotContainerImageDir indicates that the directory doesn't match the expected contents of a directory created using the 'dir' transport
View Source
var Transport = dirTransport{}
Transport is an ImageTransport for directory paths.
Functions ¶
func NewReference ¶
func NewReference(path string) (types.ImageReference, error)
NewReference returns a directory reference for a specified path.
We do not expose an API supplying the resolvedPath; we could, but recomputing it is generally cheap enough that we prefer being confident about the properties of resolvedPath.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.