diff --git a/devfiles/apache-camel-k/devfile.yaml b/devfiles/apache-camel-k/devfile.yaml new file mode 100644 index 000000000..8642a8af2 --- /dev/null +++ b/devfiles/apache-camel-k/devfile.yaml @@ -0,0 +1,22 @@ +--- +apiVersion: 1.0.0 +metadata: + generateName: apache-camel-k- +projects: + - + name: camel-k-examples + source: + type: git + location: "https://github.com/apache/camel-k" + sparseCheckoutDir: "examples" +components: + - + type: chePlugin + id: redhat/vscode-xml/latest + - + type: chePlugin + id: redhat/vscode-apache-camel/latest + - + alias: vscode-camelk + type: chePlugin + id: redhat/vscode-camelk/latest diff --git a/devfiles/apache-camel-k/meta.yaml b/devfiles/apache-camel-k/meta.yaml new file mode 100644 index 000000000..6e7de825c --- /dev/null +++ b/devfiles/apache-camel-k/meta.yaml @@ -0,0 +1,6 @@ +--- +displayName: Apache Camel K +description: Stack with tooling ready to develop Integration projects with Apache Camel K +tags: ["Apache Camel K", "Red Hat Fuse", "Integration"] +icon: https://www.eclipse.org/che/images/logo-eclipseche.svg +globalMemoryLimit: 2850Mi