Versions in this module Expand all Collapse all v4 v4.1.0 May 1, 2019 Changes in this version + var ErrAlreadyExists = fmt.Errorf("blob already exists in the target location") + func Greedy(plan *plan) *workPlan + func NewCmdMirrorImage(name string, streams genericclioptions.IOStreams) *cobra.Command + func WithDescriptor(desc distribution.Descriptor) distribution.BlobCreateOption + type AWSReference struct + Bucket string + Region string + type DestinationType string + var DestinationRegistry DestinationType = "docker" + var DestinationS3 DestinationType = "s3" + type Mapping struct + Destination reference.DockerImageReference + Name string + Source reference.DockerImageReference + Type DestinationType + type MirrorImageOptions struct + AttemptS3BucketCopy []string + DryRun bool + Filenames []string + FilterOptions imagemanifest.FilterOptions + Force bool + ManifestUpdateCallback func(registry string, manifests map[godigest.Digest]godigest.Digest) error + Mappings []Mapping + MaxRegistry int + ParallelOptions imagemanifest.ParallelOptions + SecurityOptions imagemanifest.SecurityOptions + SkipMissing bool + SkipMount bool + SkipMultipleScopes bool + func NewMirrorImageOptions(streams genericclioptions.IOStreams) *MirrorImageOptions + func (o *MirrorImageOptions) Complete(cmd *cobra.Command, args []string) error + func (o *MirrorImageOptions) Repository(ctx context.Context, context *registryclient.Context, t DestinationType, ...) (distribution.Repository, error) + func (o *MirrorImageOptions) Run() error + func (o *MirrorImageOptions) Validate() error + type MirrorReference struct + AWS *AWSReference + func ParseMirrorReference(ref string) (MirrorReference, error) + func (r MirrorReference) Combined() reference.DockerImageReference + func (r MirrorReference) Type() DestinationType v4.0.0-alpha.0 Sep 13, 2018 Other modules containing this package gopkg.in/openshift/origin.v3