From 35e383e3bf63e2b51aa8317dbb5a45ced7c94717 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lien=20Pupier?= Date: Fri, 11 Oct 2019 16:02:01 +0200 Subject: [PATCH] feat(core): Provide an Apache Camel K stack eclipse/che#14831 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit this is a first iteration with minimal set of plugins (Camel K, Kubernetes, xml) and a pointer to Camel K official examples Signed-off-by: Aurélien Pupier --- devfiles/apache-camel-k/devfile.yaml | 22 ++++++++++++++++++++++ devfiles/apache-camel-k/meta.yaml | 6 ++++++ 2 files changed, 28 insertions(+) create mode 100644 devfiles/apache-camel-k/devfile.yaml create mode 100644 devfiles/apache-camel-k/meta.yaml 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