Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type REST ¶
type REST struct {
// contains filtered or unexported fields
}
REST implements the RESTStorage interface for ImageRepositoryTag It only supports the Get method and is used to simplify retrieving an Image by tag from an ImageRepository
func NewREST ¶
func NewREST(imageRegistry image.Registry, imageRepositoryRegistry imagerepository.Registry) *REST
NewREST returns a new REST.
func (*REST) Delete ¶
Delete removes a tag from a repo. `id` is of the format <repo name>:<tag>. The associated image that the tag points to is *not* deleted. The tag history remains intact and is not deleted.
Click to show internal directories.
Click to hide internal directories.