Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewRunManager ¶
func NewRunManager(factory k8s.ClientFactory, secretProvider secrets.SecretProvider, namespaceManager k8s.NamespaceManager) runi.Manager
NewRunManager creates a new RunManager.
Types ¶
type Controller ¶
type Controller struct {
// contains filtered or unexported fields
}
Controller processes PipelineRun resources
func NewController ¶
func NewController(factory k8s.ClientFactory, metrics metrics.Metrics) *Controller
NewController creates new Controller
func (*Controller) Run ¶
func (c *Controller) Run(threadiness int, stopCh <-chan struct{}) error
Run runs the controller
Click to show internal directories.
Click to hide internal directories.