install

package
v0.5.0-alpha.0 Latest Latest
Warning

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

Go to latest
Published: Apr 8, 2020 License: MPL-2.0 Imports: 13 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func RunInstallerContainer added in v0.3.0

func RunInstallerContainer(r runtime.Runtime, opts ...Option) error

RunInstallerContainer performs an installation via the installer container. nolint: gocyclo

Types

type Option added in v0.3.0

type Option func(o *Options) error

Option controls generate options specific to input generation.

func WithImagePull added in v0.3.0

func WithImagePull(b bool) Option

WithImagePull disables pulling the installer image during an install

func WithPreserve added in v0.4.0

func WithPreserve(b bool) Option

WithPreserve disables pulling the installer image during an install

type Options added in v0.3.0

type Options struct {
	ImagePull bool
	Preserve  bool
}

Options describes generate parameters.

func DefaultInstallOptions added in v0.3.0

func DefaultInstallOptions() Options

DefaultInstallOptions returns default options.

Jump to

Keyboard shortcuts

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