Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ImageRepository ¶
type ImageRepository string
ImageRepository represents the image repository name e.g: library/ubuntu:latest
func (ImageRepository) Name ¶
func (ir ImageRepository) Name() string
Name returns the name of the image repository
func (ImageRepository) Tag ¶
func (ir ImageRepository) Tag() string
Tag returns the tag of the image repository
func (ImageRepository) Valid ¶
func (ir ImageRepository) Valid() bool
Valid checks if the repository name is valid
Click to show internal directories.
Click to hide internal directories.