Documentation
¶
Index ¶
- func GetPipelineRun(ctx context.Context, tektonClient tektonclient.Interface, ...) (*pipelinev1.PipelineRun, error)
- func GetTektonPipelineRuns(ctx context.Context, tektonClient tektonclient.Interface, ...) ([]pipelinev1.PipelineRun, error)
- func GetTektonPipelineTaskRunByTaskName(ctx context.Context, tektonClient tektonclient.Interface, ...) (*pipelinev1.TaskRun, error)
- func GetTektonPipelineTaskRuns(ctx context.Context, tektonClient tektonclient.Interface, ...) (map[string]*pipelinev1.TaskRun, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetPipelineRun ¶
func GetPipelineRun(ctx context.Context, tektonClient tektonclient.Interface, appName, jobName, pipelineRunName string) (*pipelinev1.PipelineRun, error)
GetPipelineRun Get Tekton PipelineRun for the Radix pipeline job
func GetTektonPipelineRuns ¶
func GetTektonPipelineRuns(ctx context.Context, tektonClient tektonclient.Interface, appName, jobName string) ([]pipelinev1.PipelineRun, error)
GetTektonPipelineRuns Get Tekton PipelineRuns for the Radix pipeline job
func GetTektonPipelineTaskRunByTaskName ¶
func GetTektonPipelineTaskRunByTaskName(ctx context.Context, tektonClient tektonclient.Interface, appName, jobName, pipelineRunName, taskName string) (*pipelinev1.TaskRun, error)
GetTektonPipelineTaskRunByTaskName Get Tekton TaskRun for the Radix pipeline job Tekton Pipeline by a task name
func GetTektonPipelineTaskRuns ¶
func GetTektonPipelineTaskRuns(ctx context.Context, tektonClient tektonclient.Interface, appName, jobName string, pipelineRunName string) (map[string]*pipelinev1.TaskRun, error)
GetTektonPipelineTaskRuns Get Tekton TaskRuns for the Radix pipeline job
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.