Versions in this module Expand all Collapse all v0 v0.1.1 Aug 29, 2020 Changes in this version + const AuthTypeBasic + const AuthTypeNone + const AuthTypeToken + const DockerHub + const Gcr + const GcrK8s + const Gitlab + const Quay + const Zalando + var ErrNoMorePages = errors.New("no more pages") + type ImageRegistries struct + DockerHub ImageRegistry + Gcr ImageRegistry + GcrK8s ImageRegistry + Gitlab ImageRegistry + OverrideImageNames map[string]string + OverrideImages []OverrideImage + OverrideRegistries []OverrideRegistry + Quay ImageRegistry + Zalando ImageRegistry + func (i *ImageRegistries) DefaultRegistries() + func (i ImageRegistries) FindRegistryByName(name string) ImageRegistry + func (i ImageRegistries) FindRegistryByOverrideByImage(name string) (ImageRegistry, bool) + func (i ImageRegistries) FindRegistryByOverrideByURL(url string) (ImageRegistry, bool) + func (i ImageRegistries) FindRegistryByURL(url string) ImageRegistry + func (i ImageRegistries) GetDefaultRegistry() (ImageRegistry, bool) + func (i ImageRegistries) GetLatestVersionForImage(name, url string) string + type ImageRegistry struct + AllowAllReleases bool + AuthType string + Default bool + Name string + Password string + URL string + Username string + func (r ImageRegistry) GetLatestVersion(name string) string + type OverrideImage struct + AllowAllReleases bool + Images []string + Registry ImageRegistry + RegistryName string + type OverrideRegistry struct + AllowAllReleases bool + Registry ImageRegistry + RegistryName string + Urls []string v0.1.0 Aug 28, 2020