# Functions
CloneRetryableClient returns a clone of a given retryable client with the same set of retry policies and a new concrete http.Client.
NewRegistryManager returns a new RegistryManager.
ParseAlphaAuth parses AuthConfig and returns username and password/secret required by containerd.
ParseAuth parses AuthConfig and returns username and password/secret required by containerd.
RegistryHostsFromCRIConfig creates RegistryHosts (a set of registry configuration) from CRI-plugin-compatible config.
# Structs
AuthConfig contains the config related to authentication to a specific registry.
Mirror contains the config related to the registry mirror.
Registry is registry settings configured.
RegistryConfig contains configuration used to communicate with the registry.
RegistryManager contains the configurations that outline how remote registry operations should behave.
TLSConfig contains the CA/Cert/Key used for a registry.
# Type aliases
Credential returns a set of credentials for a given image.
RegistryHosts returns configurations for registry hosts that provide a given image.