weaveworks / pipeline-controller

This repository contains the Pipeline CRD and associated controller for Weave GitOps Enterprise.
1 stars 4 forks source link

feat: Emit events in PipelineReconciler #125

Closed yitsushi closed 1 year ago

yitsushi commented 1 year ago

The controller itself is very simple and does not so much, most of the functionalities are living in a different codebase (like cluster queries).

This patch tries to add events on all errors, and an update even on a successful reconciliation.

Closes #3

References:

yitsushi commented 1 year ago

Extra tests about emitting event are coming soon. Requested review to get feedback if the direction is good or not.