package
0.3.0
Repository: https://github.com/stackrox/image-prefetcher.git
Documentation: pkg.go.dev

# Functions

ParseSchemelessURL parses a schemeless url and returns a url.URL url.Parse require a scheme, but ours don't have schemes.
SplitURL splits the host name into parts, as well as the port.
URLsMatch checks whether the given target url matches the glob url, which may have glob wild cards in the host name.
URLsMatchStr is wrapper for URLsMatch, operating on strings instead of URLs.

# Structs

AuthConfig contains authorization information for connecting to a Registry This type mirrors "github.com/docker/docker/api/types.AuthConfig".
BasicDockerKeyring is a trivial map-backed implementation of DockerKeyring.
DockerConfigEntry wraps a docker config as a entry.
DockerConfigJSON represents ~/.docker/config.json file info see https://github.com/docker/docker/pull/12009.

# Interfaces

DockerConfigProvider is the interface that registered extensions implement to materialize 'dockercfg' credentials.
DockerKeyring tracks a set of docker registry credentials, maintaining a reverse index across the registry endpoints.

# Type aliases

DockerConfig represents the config file used by the docker CLI.