Documentation ¶
Index ¶
Constants ¶
View Source
const ( // ReasonRunFailedValidation indicates that the reason for failure status is that Run failed validation ReasonRunFailedValidation = "ReasonRunFailedValidation" // ReasonRunFailedCreatingPipelineRun indicates that the reason for failure status is that Run failed // to create PipelineRun ReasonRunFailedCreatingPipelineRun = "ReasonRunFailedCreatingPipelineRun" )
View Source
const (
ControllerName = "pip-controller"
)
Variables ¶
This section is empty.
Functions ¶
func NewController ¶
NewController creates a Reconciler for CustomRun and returns the result of NewImpl.
Types ¶
type Reconciler ¶
type Reconciler struct {
// contains filtered or unexported fields
}
Reconciler implements controller.Reconciler for Run resources.
func (*Reconciler) ReconcileKind ¶
func (r *Reconciler) ReconcileKind(ctx context.Context, run *v1beta1.CustomRun) reconciler.Event
ReconcileKind implements Interface.ReconcileKind.
Click to show internal directories.
Click to hide internal directories.