Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewController ¶
func NewController(ctx context.Context, resultsClient pb.ResultsClient, cmw configmap.Watcher) *controller.Impl
NewController creates a Controller for watching PipelineRuns.
func NewControllerWithConfig ¶
func NewControllerWithConfig(ctx context.Context, resultsClient pb.ResultsClient, cfg *reconciler.Config, cmw configmap.Watcher) *controller.Impl
NewControllerWithConfig creates a Controller for watching PipelineRuns by config.
Types ¶
type Reconciler ¶
type Reconciler struct { // Inline LeaderAwareFuncs to support leader election. knativereconciler.LeaderAwareFuncs // contains filtered or unexported fields }
Reconciler represents pipelineRun watcher logic
Click to show internal directories.
Click to hide internal directories.