Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func IsRecoverable ¶ added in v0.4.3
IsRecoverable returns true if error can be recovered from
func NewRunManager ¶
func NewRunManager(factory k8s.ClientFactory, pipelineRunsConfig *pipelineRunsConfigStruct, 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
type RecoverabilityInfo ¶ added in v0.4.3
RecoverabilityInfo is exposed by errors that can be converted to an RecoverabilityInfo object
func NewRecoverabilityInfoError ¶ added in v0.4.3
func NewRecoverabilityInfoError(err error, recoverable bool) RecoverabilityInfo
NewRecoverabilityInfoError creates a new error implementing the RecoverabilityInfo interface
Click to show internal directories.
Click to hide internal directories.