mirror

package
v3.8.0-alpha.1 Latest Latest
Warning

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

Go to latest
Published: Dec 1, 2017 License: Apache-2.0 Imports: 34 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var ErrAlreadyExists = fmt.Errorf("blob already exists in the target location")

ErrAlreadyExists may be returned by the blob Create function to indicate that the blob already exists.

Functions

func NewCmdMirrorImage

func NewCmdMirrorImage(name string, out, errOut io.Writer) *cobra.Command

NewCommandMirrorImage copies images from one location to another.

func WithDescriptor

WithDescriptor returns a BlobCreateOption which provides the expected blob metadata.

Types

type DestinationType

type DestinationType string
var (
	DestinationRegistry DestinationType = "docker"
	DestinationS3       DestinationType = "s3"
)

type Mapping

type Mapping struct {
	Source      imageapi.DockerImageReference
	Destination imageapi.DockerImageReference
	Type        DestinationType
}

Jump to

Keyboard shortcuts

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