Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Manager ¶
type Manager interface { Start(pipelineRun k8s.PipelineRun) error GetRun(pipelineRun k8s.PipelineRun) (Run, error) Cleanup(pipelineRun k8s.PipelineRun) error }
Manager manages runs
Click to show internal directories.
Click to hide internal directories.