Documentation ¶
Index ¶
- func NewRunPipelinesStep(jobWaiter internalwait.JobCompletionWaiter) model.Step
- type RunPipelinesStepImplementation
- func (step *RunPipelinesStepImplementation) ErrorMsg(err error) string
- func (step *RunPipelinesStepImplementation) ImplementationForType() pipeline.StepType
- func (step *RunPipelinesStepImplementation) Init(kubeclient kubernetes.Interface, radixclient radixclient.Interface, ...)
- func (step *RunPipelinesStepImplementation) Run(ctx context.Context, pipelineInfo *model.PipelineInfo) error
- func (step *RunPipelinesStepImplementation) SucceededMsg() string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewRunPipelinesStep ¶
func NewRunPipelinesStep(jobWaiter internalwait.JobCompletionWaiter) model.Step
NewRunPipelinesStep Constructor. jobWaiter is optional and will be set by Init(...) function if nil.
Types ¶
type RunPipelinesStepImplementation ¶
type RunPipelinesStepImplementation struct { model.DefaultStepImplementation // contains filtered or unexported fields }
RunPipelinesStepImplementation Step to run Tekton pipelines
func (*RunPipelinesStepImplementation) ErrorMsg ¶
func (step *RunPipelinesStepImplementation) ErrorMsg(err error) string
ErrorMsg Override of default step method
func (*RunPipelinesStepImplementation) ImplementationForType ¶
func (step *RunPipelinesStepImplementation) ImplementationForType() pipeline.StepType
ImplementationForType Override of default step method
func (*RunPipelinesStepImplementation) Init ¶
func (step *RunPipelinesStepImplementation) Init(kubeclient kubernetes.Interface, radixclient radixclient.Interface, kubeutil *kube.Kube, prometheusOperatorClient monitoring.Interface, rr *v1.RadixRegistration)
func (*RunPipelinesStepImplementation) Run ¶
func (step *RunPipelinesStepImplementation) Run(ctx context.Context, pipelineInfo *model.PipelineInfo) error
Run Override of default step method
func (*RunPipelinesStepImplementation) SucceededMsg ¶
func (step *RunPipelinesStepImplementation) SucceededMsg() string
SucceededMsg Override of default step method
Click to show internal directories.
Click to hide internal directories.