Versions in this module Expand all Collapse all v1 v1.0.0 Jul 24, 2018 Changes in this version + const ContextKeyV1RegistryClient + const DefaultImageStreamLayerCacheSize + type ImageStreamImporter struct + func NewImageStreamImporter(retriever RepositoryRetriever, maximumTagsPerRepo int, ...) *ImageStreamImporter + func (i *ImageStreamImporter) Import(ctx gocontext.Context, isi *imageapi.ImageStreamImport, ...) error + type ImageStreamLayerCache struct + func NewImageStreamLayerCache(size int) (ImageStreamLayerCache, error) + type Interface interface + Import func(ctx gocontext.Context, isi *imageapi.ImageStreamImport, ...) error + type RepositoryRetriever interface + Repository func(ctx gocontext.Context, registry *url.URL, repoName string, insecure bool) (distribution.Repository, error) + type SecretCredentialStore struct + func NewCredentialsForSecrets(secrets []kapiv1.Secret) *SecretCredentialStore + func NewLazyCredentialsForSecrets(secretsFn func() ([]kapiv1.Secret, error)) *SecretCredentialStore + func (s *SecretCredentialStore) Basic(url *url.URL) (string, string) + func (s *SecretCredentialStore) Err() error