Versions in this module Expand all Collapse all v4 v4.1.0 May 1, 2019 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 v4.0.0-alpha.0 Sep 13, 2018 Other modules containing this package gopkg.in/openshift/origin.v1 gopkg.in/openshift/origin.v3