build

package
v0.12.0 Latest Latest
Warning

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

Go to latest
Published: Jun 13, 2021 License: Apache-2.0 Imports: 15 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func CaptureLogCommands

func CaptureLogCommands() []string

Types

type DarwinScratch

type DarwinScratch struct {
	// contains filtered or unexported fields
}

func (*DarwinScratch) Create

func (s *DarwinScratch) Create() error

func (*DarwinScratch) GetImg

func (s *DarwinScratch) GetImg() string

func (*DarwinScratch) UnwrapToDir

func (s *DarwinScratch) UnwrapToDir(dir string) error

type Driver

type Driver interface {
	Build(image string, cfg *types.Config)
	Test(image string, cfg *types.Config, privateKeyFile string, template string) error
}

type Libguestfs

type Libguestfs struct{}

func (Libguestfs) Build

func (l Libguestfs) Build(image string, cfg *types.Config)

func (Libguestfs) Test added in v0.9.9

func (l Libguestfs) Test(image string, cfg *types.Config, privateKeyFile string, template string) error

type Qemu

type Qemu struct{}

func (Qemu) Build

func (q Qemu) Build(image string, config *types.Config)

func (Qemu) Test added in v0.9.9

func (q Qemu) Test(image string, config *types.Config, privateKeyFile string, template string) error

type Scratch

type Scratch interface {
	Create() error
	UnwrapToDir(dir string) error
	GetImg() string
}

func NewScratch

func NewScratch() Scratch

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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