Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type NamedDockerImageReference ¶
type NamedDockerImageReference struct { Registry string Namespace string Name string Tag string ID string }
NamedDockerImageReference points to a Docker image.
func ParseNamedDockerImageReference ¶
func ParseNamedDockerImageReference(spec string) (NamedDockerImageReference, error)
ParseNamedDockerImageReference parses a Docker pull spec string into a NamedDockerImageReference.
Click to show internal directories.
Click to hide internal directories.