Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Resolve ¶
func Resolve(ctx context.Context, cs *params.Run, logger *zap.SugaredLogger, providerintf provider.Interface, event *info.Event, data string, ropt *Opts) ([]*tektonv1beta1.PipelineRun, error)
Resolve gets a large string which is a yaml multi documents containing Pipeline/PipelineRuns/Tasks and resolve them inline as a single PipelineRun generateName can be set as True to set the name as a generateName + "-" for unique pipelinerun
Types ¶
type Types ¶
type Types struct { PipelineRuns []*tektonv1beta1.PipelineRun Pipelines []*tektonv1beta1.Pipeline TaskRuns []*tektonv1beta1.TaskRun Tasks []*tektonv1beta1.Task }
Click to show internal directories.
Click to hide internal directories.