squakez commented on code in PR #6845:
URL: https://github.com/apache/camel-k/pull/6845#discussion_r4095167068
##########
script/gen_client.sh:
##########
@@ -25,6 +25,7 @@ cd $location/../pkg/client
rm -rf camel
rm -rf strimzi
rm -rf keda
+rm -rf arkmq
Review Comment:
No, that was fine. We missed something that was correctly provided in the
first commit and later removed:
```
$(go env GOPATH)/bin/client-gen \
--input arkmq/v1beta1 \
--go-header-file=../../script/headers/default.txt \
--input-base=github.com/apache/camel-k/v2/pkg/apis/duck \
--output-dir=./arkmq/clientset/ \
--output-pkg=github.com/apache/camel-k/v2/pkg/client/arkmq/clientset
```
otherwise we're not updating the generated code. Also the `rm -rf arkmq`
must stay.
--
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]