Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ErrDigestNotSupported ¶
type ErrDigestNotSupported string
func (ErrDigestNotSupported) Error ¶
func (e ErrDigestNotSupported) Error() string
type ErrLatestTagNotSupported ¶
type ErrLatestTagNotSupported string
func (ErrLatestTagNotSupported) Error ¶
func (e ErrLatestTagNotSupported) Error() string
type ImageNotFoundError ¶
type ImageNotFoundError string
func (ImageNotFoundError) Error ¶
func (e ImageNotFoundError) Error() string
type ImageReplacer ¶
type MirrorFetcher ¶
type MirrorFetcher struct {
// contains filtered or unexported fields
}
func NewMirrorFetcher ¶
func NewMirrorFetcher(logger logging.Logger, dockerClient client.CommonAPIClient, replacer ImageReplacer) *MirrorFetcher
func (*MirrorFetcher) CheckReadAccess ¶
func (m *MirrorFetcher) CheckReadAccess(repo string, options packImage.FetchOptions) bool
Click to show internal directories.
Click to hide internal directories.