You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by "claudio4j (via GitHub)" <gi...@apache.org> on 2023/08/10 13:38:09 UTC

[GitHub] [camel] claudio4j commented on a diff in pull request #11067: CAMEL-19732 - Support Pipe in CRDs, replacing KameletBinding

claudio4j commented on code in PR #11067:
URL: https://github.com/apache/camel/pull/11067#discussion_r1290146623


##########
dsl/camel-jbang/camel-jbang-core/src/main/java/org/apache/camel/dsl/jbang/core/common/GitHubHelper.java:
##########
@@ -63,11 +63,6 @@ private static void doFetchGithubUrls(
 
         // this is a directory, so we need to query github which files are there and filter them
 
-        // URL: https://api.github.com/repos/apache/camel-k/contents/examples/kamelets/kameletbindings
-        // URL: https://api.github.com/repos/apache/camel-k/contents/examples/kamelets/kameletbindings?ref=v1.7.0
-        // https://github.com/apache/camel-k/tree/main/examples/kamelets/kameletbindings
-        // https://github.com/apache/camel-k/tree/v1.7.0/examples/kamelets/kameletbindings
-

Review Comment:
   There are some examples in
   https://github.com/apache/camel-kamelets-examples/
   https://github.com/apache/camel-k-examples/tree/main/generic-examples/kamelets
   https://github.com/apache/camel-k-examples/tree/main/kamelets
   



-- 
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: commits-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org