Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func PipelineRun ¶
func PipelineRun(component, prName string, spec pipelinev1.PipelineRunSpec, options ...PipelineRunOpt) *pipelinev1.PipelineRun
PipelineRun creates a PipelineRun with the name, standard labels, and the provided Spec.
Types ¶
type PipelineRunOpt ¶ added in v0.2.0
type PipelineRunOpt func(*pipelinev1.PipelineRun)
PipelineRunOpt is a type that can modify a PipelineRun after it's created, but before it's returned.
Click to show internal directories.
Click to hide internal directories.