squakez commented on code in PR #5570:
URL: https://github.com/apache/camel-k/pull/5570#discussion_r1624142725
##########
e2e/support/test_support.go:
##########
@@ -2685,7 +2685,44 @@ func CreateOperatorRoleBinding(t *testing.T, ctx
context.Context, ns string) err
return nil
}
-func CreateKamelPod(t *testing.T, ctx context.Context, ns string, name string,
command ...string) error {
+func CreateKamelPodWithIntegrationSource(t *testing.T, ctx context.Context, ns
string, name string, integration v1.ValueSource, command ...string) error {
Review Comment:
Let's take the opportunity and add a meaningful comment to let maintainers
understand what this func is supposed to do.
--
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]