append

package
v3.11.0-0.13.0+incompa... Latest Latest
Warning

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

Go to latest
Published: Aug 9, 2018 License: Apache-2.0 Imports: 37 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

	ConfigPatch string
	MetaPatch   string

	DropHistory bool
	CreatedAt   string

	OSFilter        *regexp.Regexp
	DefaultOSFilter bool

	FilterByOS string

	MaxPerRegistry int

	DryRun   bool
	Insecure 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

type Try

type Try interface {
	Try(fn func() error)
}

type Work

type Work interface {
	Parallel(fn func())
}

Jump to

Keyboard shortcuts

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