append

package
v4.1.0 Latest Latest
Warning

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

Go to latest
Published: May 1, 2019 License: Apache-2.0 Imports: 28 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewCmdAppendImage

func NewCmdAppendImage(name string, streams genericclioptions.IOStreams) *cobra.Command

New creates a new command

func WithDescriptor

WithDescriptor returns a BlobCreateOption which provides the expected blob metadata.

Types

type AppendImageOptions

type AppendImageOptions struct {
	From, To    string
	LayerFiles  []string
	LayerStream io.Reader

	ConfigPatch string
	MetaPatch   string

	ConfigurationCallback func(dgst, contentDigest digest.Digest, config *docker10.DockerImageConfig) error
	// ToDigest is set after a new image is uploaded
	ToDigest digest.Digest

	DropHistory bool
	CreatedAt   string

	SecurityOptions imagemanifest.SecurityOptions
	FilterOptions   imagemanifest.FilterOptions
	ParallelOptions imagemanifest.ParallelOptions

	DryRun bool
	Force  bool

	genericclioptions.IOStreams
}

func NewAppendImageOptions

func NewAppendImageOptions(streams genericclioptions.IOStreams) *AppendImageOptions

func (*AppendImageOptions) Complete

func (o *AppendImageOptions) Complete(cmd *cobra.Command, args []string) error

func (*AppendImageOptions) Run

func (o *AppendImageOptions) Run() error

func (*AppendImageOptions) Validate

func (o *AppendImageOptions) Validate() error

Jump to

Keyboard shortcuts

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