Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ExtractImagePath ¶
ExtractImagePath extracts the image path from an image name.
func ExtractRegistryURL ¶
ExtractRegistryURL extracts a registry URL from an image name.
func NormalizeRegistryName ¶
NormalizeRegistryName converts the registry URL into a normalized name.
Types ¶
type IRegistryClient ¶
type RegistryClient ¶
type RegistryClient struct { RegistryName string RegistryURL string ImagePath string HttpClient *http.Client Platforms []string }
func (RegistryClient) IsTagExist ¶
func (r RegistryClient) IsTagExist(tag string) (bool, error)
Click to show internal directories.
Click to hide internal directories.