Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CRDs ¶
type CRDs struct { PipelineRuns map[string]pipeline.PipelineRun Pipelines map[string]pipeline.Pipeline Tasks map[string]pipeline.Task PipelineResources map[string]pipeline.PipelineResource }
CRDs is a holder for a set of Tekton CRDs that define the pipeline to run
func (CRDs) GetPipelineRun ¶
func (c CRDs) GetPipelineRun(name string) (pipeline.PipelineRun, error)
GetPipelineRun get a PipelineRun by name, or default one is there's only one declared
Click to show internal directories.
Click to hide internal directories.