Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Launcher ¶
type Launcher struct { Pipelines []*v1alpha1.LighthouseJob FailJobs sets.String }
Launcher a fake PipelineLauncher
func (*Launcher) Launch ¶
func (p *Launcher) Launch(po *v1alpha1.LighthouseJob) (*v1alpha1.LighthouseJob, error)
Launch creates a launcher job
func (*Launcher) List ¶
func (p *Launcher) List(opts metav1.ListOptions) (*v1alpha1.LighthouseJobList, error)
List lists the pipelines and ttheir options
func (*Launcher) PrependReactor ¶
func (p *Launcher) PrependReactor(s string, s2 string, i func(job *v1alpha1.LighthouseJob) (handled bool, ret *v1alpha1.LighthouseJob, err error))
PrependReactor prepends a reactor
Click to show internal directories.
Click to hide internal directories.