Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ConvertPipelineRun ¶
func ConvertPipelineRun(pr *v1beta1.PipelineRun) *v1alpha1.ActivityRecord
ConvertPipelineRun translates a PipelineRun into an ActivityRecord
Types ¶
type LighthouseJobReconciler ¶ added in v0.0.742
type LighthouseJobReconciler struct {
// contains filtered or unexported fields
}
LighthouseJobReconciler reconciles a LighthouseJob object
func NewLighthouseJobReconciler ¶ added in v0.0.742
func NewLighthouseJobReconciler(client client.Client, apiReader client.Reader, scheme *runtime.Scheme, dashboardURL string, namespace string) *LighthouseJobReconciler
NewLighthouseJobReconciler creates a LighthouseJob reconciler
func (*LighthouseJobReconciler) Reconcile ¶ added in v0.0.742
Reconcile represents an iteration of the reconciliation loop
func (*LighthouseJobReconciler) SetupWithManager ¶ added in v0.0.742
func (r *LighthouseJobReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the reconcilier with it's manager
Click to show internal directories.
Click to hide internal directories.