Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ExecutionLogSyncer ¶
type ExecutionLogSyncer struct {
// contains filtered or unexported fields
}
ExecutionLogSyncer is responsible for updating pipeline execution logs that are in building state by syncing with the pipeline engine
type ExecutionStateSyncer ¶
type ExecutionStateSyncer struct {
// contains filtered or unexported fields
}
ExecutionStateSyncer is responsible for updating pipeline execution states by syncing with the pipeline engine
type Lifecycle ¶
type Lifecycle struct {
// contains filtered or unexported fields
}
Lifecycle is responsible for initializing logs for pipeline execution and calling the run for the execution.
func (*Lifecycle) Create ¶
func (l *Lifecycle) Create(obj *v3.PipelineExecution) (*v3.PipelineExecution, error)
func (*Lifecycle) Remove ¶
func (l *Lifecycle) Remove(obj *v3.PipelineExecution) (*v3.PipelineExecution, error)
func (*Lifecycle) Updated ¶
func (l *Lifecycle) Updated(obj *v3.PipelineExecution) (*v3.PipelineExecution, error)
Click to show internal directories.
Click to hide internal directories.