lburgazzoli commented on code in PR #3480:
URL: https://github.com/apache/camel-k/pull/3480#discussion_r929776637
##########
pkg/controller/integration/integration_controller.go:
##########
@@ -75,6 +77,109 @@ func newReconciler(mgr manager.Manager, c client.Client)
reconcile.Reconciler {
)
}
+func integrationUpdateFunc(old *v1.Integration, it *v1.Integration) bool {
Review Comment:
the linter was complaining about complexity of the method so I created
dedicated functions to make the method more readable.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]