Documentation ¶
Index ¶
- Variables
- func NewApplyConfigStep() model.Step
- type ApplyConfigStepImplementation
- func (cli *ApplyConfigStepImplementation) ErrorMsg(err error) string
- func (cli *ApplyConfigStepImplementation) ImplementationForType() pipeline.StepType
- func (cli *ApplyConfigStepImplementation) Run(ctx context.Context, pipelineInfo *model.PipelineInfo) error
- func (cli *ApplyConfigStepImplementation) SucceededMsg() string
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrDeployOnlyPipelineDoesNotSupportBuild = errors.New("deploy pipeline does not support building components and jobs") ErrMissingRequiredImageTagName = errors.New("missing required imageTagName in a component, an environmentConfig or in a pipeline argument") ErrBuildNonDefaultRuntimeArchitectureWithoutBuildKitError = errors.New("BuildKit must be enabled to build non-AMD64 container images") )
Functions ¶
Types ¶
type ApplyConfigStepImplementation ¶
type ApplyConfigStepImplementation struct { model.DefaultStepImplementation // contains filtered or unexported fields }
ApplyConfigStepImplementation Step to apply RA
func (*ApplyConfigStepImplementation) ErrorMsg ¶
func (cli *ApplyConfigStepImplementation) ErrorMsg(err error) string
ErrorMsg Override of default step method
func (*ApplyConfigStepImplementation) ImplementationForType ¶
func (cli *ApplyConfigStepImplementation) ImplementationForType() pipeline.StepType
ImplementationForType Override of default step method
func (*ApplyConfigStepImplementation) Run ¶
func (cli *ApplyConfigStepImplementation) Run(ctx context.Context, pipelineInfo *model.PipelineInfo) error
Run Override of default step method
func (*ApplyConfigStepImplementation) SucceededMsg ¶
func (cli *ApplyConfigStepImplementation) SucceededMsg() string
SucceededMsg Override of default step method
Click to show internal directories.
Click to hide internal directories.