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.
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.