werf

package
v1.2.121 Latest Latest
Warning

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

Go to latest
Published: Jul 6, 2022 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type BuildOptions added in v1.2.78

type BuildOptions struct {
	CommonOptions
}

type BuildWithReportOptions added in v1.2.78

type BuildWithReportOptions struct {
	CommonOptions
}

type CommonOptions added in v1.2.78

type CommonOptions struct {
	ShouldFail bool
	ExtraArgs  []string
}

type KubeCtlOptions added in v1.2.78

type KubeCtlOptions struct {
	CommonOptions
}

type KubeRunOptions added in v1.2.78

type KubeRunOptions struct {
	CommonOptions
	Command []string
	Image   string
}

type Project

type Project struct {
	GitRepoPath string
	WerfBinPath string
}

func NewProject

func NewProject(werfBinPath, gitRepoPath string) *Project

func (*Project) Build

func (p *Project) Build(opts *BuildOptions) (combinedOut string)

func (*Project) BuildWithReport

func (p *Project) BuildWithReport(buildReportPath string, opts *BuildWithReportOptions) (string, build.ImagesReport)

func (*Project) KubeCtl added in v1.2.78

func (p *Project) KubeCtl(opts *KubeCtlOptions) string

func (*Project) KubeRun added in v1.2.78

func (p *Project) KubeRun(opts *KubeRunOptions) string

Jump to

Keyboard shortcuts

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