Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PipelineRunner ¶
type PipelineRunner struct {
// contains filtered or unexported fields
}
PipelineRunner Instance variables
func InitRunner ¶
func InitRunner(kubeclient kubernetes.Interface, radixclient radixclient.Interface, prometheusOperatorClient monitoring.Interface, definfition *pipeline.Definition, appName string) PipelineRunner
InitRunner constructor
func (*PipelineRunner) PrepareRun ¶
func (cli *PipelineRunner) PrepareRun(pipelineArgs model.PipelineArguments) error
PrepareRun Runs preparations before build
func (*PipelineRunner) Run ¶
func (cli *PipelineRunner) Run() error
Run runs throught the steps in the defined pipeline
func (*PipelineRunner) TearDown ¶ added in v1.4.2
func (cli *PipelineRunner) TearDown()
TearDown performs any needed cleanup
Click to show internal directories.
Click to hide internal directories.