Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrNotFound = errors.New("not found")
Functions ¶
This section is empty.
Types ¶
type DefaultImageFactory ¶
type DefaultImageFactory struct {
// contains filtered or unexported fields
}
func NewFactory ¶
func NewFactory(dockerClient client.CommonAPIClient, keychain authn.Keychain) *DefaultImageFactory
type Fetcher ¶
type Fetcher struct {
// contains filtered or unexported fields
}
func NewFetcher ¶
func NewFetcher(logger logging.Logger, docker client.CommonAPIClient) *Fetcher
Click to show internal directories.
Click to hide internal directories.