build

package
v1.57.13 Latest Latest
Warning

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

Go to latest
Published: Aug 19, 2024 License: MIT Imports: 31 Imported by: 0

Documentation

Index

Constants

View Source
const (
	RadixImageBuilderHomeVolumeName = "radix-image-builder-home"
	BuildKitRunVolumeName           = "build-kit-run"
	BuildKitRootVolumeName          = "build-kit-root"
)

Variables

This section is empty.

Functions

func NewBuildStep

func NewBuildStep(jobWaiter internalwait.JobCompletionWaiter) model.Step

NewBuildStep Constructor. jobWaiter is optional and will be set by Init(...) function if nil.

Types

type BuildStepImplementation

type BuildStepImplementation struct {
	model.DefaultStepImplementation
	// contains filtered or unexported fields
}

BuildStepImplementation Step to build docker image

func (*BuildStepImplementation) ErrorMsg

func (step *BuildStepImplementation) ErrorMsg(err error) string

ErrorMsg Override of default step method

func (*BuildStepImplementation) ImplementationForType

func (step *BuildStepImplementation) ImplementationForType() pipeline.StepType

ImplementationForType Override of default step method

func (*BuildStepImplementation) Init

func (step *BuildStepImplementation) Init(ctx context.Context, kubeclient kubernetes.Interface, radixclient radixclient.Interface, kubeutil *kube.Kube, prometheusOperatorClient monitoring.Interface, rr *v1.RadixRegistration)

func (*BuildStepImplementation) Run

func (step *BuildStepImplementation) Run(ctx context.Context, pipelineInfo *model.PipelineInfo) error

Run Override of default step method

func (*BuildStepImplementation) SucceededMsg

func (step *BuildStepImplementation) SucceededMsg() string

SucceededMsg Override of default step method

Jump to

Keyboard shortcuts

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