Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Controller ¶
type Controller interface {
CloudEvent(ctx context.Context, wpr *WrappedPipelineRun) error
}
func NewController ¶
func NewController(tektonFty factory.Factory, parameter *param.Param) Controller
type WrappedPipelineRun ¶
type WrappedPipelineRun struct {
PipelineRun *v1beta1.PipelineRun `json:"pipelineRun"`
}
func (*WrappedPipelineRun) IsFinished ¶
func (wpr *WrappedPipelineRun) IsFinished() bool
Click to show internal directories.
Click to hide internal directories.