Versions in this module Expand all Collapse all v0 v0.1.0 Jun 14, 2020 Changes in this version + type PipelineExecutor struct + Spec *v1alpha1.PipelineSpecWithName + func NewPipelineExecutor(name, id string, spec *v1alpha1.PipelineSpecWithName) *PipelineExecutor + func (p *PipelineExecutor) GetStatus() *v1alpha1.PipelineRunStatus + func (p *PipelineExecutor) Run(status v1alpha1.PipelineRunStatus) + func (p *PipelineExecutor) WithoutStore() *PipelineExecutor + type RuntimeExecutor interface + Configure func() error + RunTask func(string, *v1alpha1.TaskSpec) error + SaveStatusToStore func() error + Shutdown func() error + WithStatus func(*v1alpha1.PipelineRunStatus) + WithoutStore func()