Documentation ¶
Index ¶
- func ConvertPipelineActivity(pa *v1.PipelineActivity) (*record.ActivityRecord, error)
- func NewLauncher() (launcher2.PipelineLauncher, error)
- func NewMetaPipelineClient(factory jxfactory.Factory) (metapipeline.Client, tektonclient.Interface, jxclient.Interface, ...)
- func ToPipelineState(status v1.ActivityStatusType) v1alpha1.PipelineState
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ConvertPipelineActivity ¶
func ConvertPipelineActivity(pa *v1.PipelineActivity) (*record.ActivityRecord, error)
ConvertPipelineActivity converts a PipelineActivity from jx to an ActivityRecord
func NewLauncher ¶
func NewLauncher() (launcher2.PipelineLauncher, error)
NewLauncher creates a new builder
func NewMetaPipelineClient ¶
func NewMetaPipelineClient(factory jxfactory.Factory) (metapipeline.Client, tektonclient.Interface, jxclient.Interface, kubeclient.Interface, clientset.Interface, string, error)
NewMetaPipelineClient creates a new client for the creation and application of meta pipelines. The responsibility of the meta pipeline is to prepare the execution pipeline and to allow Apps to contribute the this execution pipeline.
func ToPipelineState ¶
func ToPipelineState(status v1.ActivityStatusType) v1alpha1.PipelineState
ToPipelineState converts the PipelineActivity state to LighthouseJob state
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.