images

package
v0.10.0 Latest Latest
Warning

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

Go to latest
Published: Sep 4, 2019 License: Apache-2.0 Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	Default = &Plugin{}
)

Functions

This section is empty.

Types

type Plugin

type Plugin struct {
	// The list of images to build (e.g. acmesolver, controller, webhook)
	Components []string

	// If true, the built images will be exported to the configured docker
	// daemon when the Build() method is called.
	ExportToDocker bool

	// List of architectures to build images for
	GoArch []string

	// DockerConfig is a path to a directory containing a config.json file that
	// is used for Docker authentication
	DockerConfig string
	// contains filtered or unexported fields
}

func (*Plugin) AddFlags

func (g *Plugin) AddFlags(fs *flag.FlagSet)

func (*Plugin) Build

func (g *Plugin) Build(ctx context.Context) error

func (*Plugin) Complete

func (g *Plugin) Complete() error

func (*Plugin) InitPublish

func (g *Plugin) InitPublish() []error

func (*Plugin) Publish

func (g *Plugin) Publish(ctx context.Context) error

func (*Plugin) Validate

func (g *Plugin) Validate() []error

Jump to

Keyboard shortcuts

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