werf

package
v1.2.223 Latest Latest
Warning

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

Go to latest
Published: Apr 12, 2023 License: Apache-2.0 Imports: 10 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 ConvergeOptions added in v1.2.173

type ConvergeOptions struct {
	CommonOptions
}

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
	// contains filtered or unexported fields
}

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) Converge added in v1.2.173

func (p *Project) Converge(opts *ConvergeOptions) (combinedOut string)

func (*Project) CreateNamespace added in v1.2.178

func (p *Project) CreateNamespace()

func (*Project) CreateRegistryPullSecretFromDockerConfig added in v1.2.178

func (p *Project) CreateRegistryPullSecretFromDockerConfig()

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

func (*Project) Namespace added in v1.2.173

func (p *Project) Namespace() string

func (*Project) Release added in v1.2.175

func (p *Project) Release() string

Jump to

Keyboard shortcuts

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