distclient

package
v0.0.0-...-6c5b0a6 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 19, 2018 License: Apache-2.0 Imports: 17 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewDialer

func NewDialer(insecureRegistries []string) *dialer

Types

type Conn

type Conn interface {
	GetManifest(logger lager.Logger, tag string) (*Manifest, error)
	GetBlobReader(logger lager.Logger, d digest.Digest) (io.ReadCloser, error)
}

type InsecureRegistryList

type InsecureRegistryList []string

func (InsecureRegistryList) AllowInsecure

func (l InsecureRegistryList) AllowInsecure(host string) bool

type Layer

type Layer struct {
	BlobSum        digest.Digest
	StrongID       digest.Digest
	ParentStrongID digest.Digest
	Image          image.Image
}

type Manifest

type Manifest struct {
	Layers []Layer
}

Directories

Path Synopsis
Code generated by counterfeiter.
Code generated by counterfeiter.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL