Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
Client is a container image registry client to list tags of given image URLs.
type ImageClient ¶
type ImageClient interface {
// IsClient will return true if this client is appropriate for the given
// image URL.
IsClient(imageURL string) bool
// Tags will return the available tags for the given image URL at the remote
// repository.
Tags(ctx context.Context, imageURL string) ([]api.ImageTag, error)
}
Click to show internal directories.
Click to hide internal directories.