Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PipelineLauncher ¶
type PipelineLauncher interface {
// Launch creates new pipelines
Launch(*v1alpha1.LighthouseJob) (*v1alpha1.LighthouseJob, error)
}
PipelineLauncher the interface is the service which creates Pipelines
func NewLauncher ¶
func NewLauncher(lhClient clientset.Interface, ns string) PipelineLauncher
NewLauncher creates a new builder
Click to show internal directories.
Click to hide internal directories.