# Packages
No description provided by the author
# Functions
AddRegistryEndpoint adds registry endpoint information with the given details.
No description provided by the author
ConfiguredEndpoints returns a list of prefixes that are configured.
GetDefaultRegistry returns the registry endpoint that is set as default, or nil if no default registry endpoint is set.
GetRegistryEndpoint retrieves the endpoint information for the given prefix.
LoadRegistryConfiguration loads a YAML-formatted registry configuration from a given file at path.
NewClient returns a new RegistryClient for the given endpoint information.
NewRegistryEndpoint returns an endpoint object with the given configuration pre-populated and a fresh cache.
Parses a registry configuration from a YAML input string and returns a list of registries.
RestRestoreDefaultRegistryConfiguration restores the registry configuration to the default values.
SetDefaultRegistry sets a given registry endpoint as the default.
SetRegistryEndpointCredentials allows to change the credentials used for endpoint access for existing RegistryEndpoint configuration.
TagInfoFromReferences is a helper method to retrieve metadata for a given list of references.
TagListSortFromString gets the TagListSort value from a given string.
# Constants
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Structs
RegistryConfiguration represents a single repository configuration for being unmarshaled from YAML.
RegistryEndpoint holds information on how to access any specific registry API endpoint.
RegistryList contains multiple RegistryConfiguration items.
# Interfaces
RegistryClient defines the methods we need for querying container registries.
# Type aliases
No description provided by the author
TagListSort defines how the registry returns the list of tags.