Skip to content

Commit

Permalink
feat(core): Provide an Apache Camel K stack eclipse-che/che#14831
Browse files Browse the repository at this point in the history
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 <apupier@redhat.com>
  • Loading branch information
apupier committed Dec 3, 2019
1 parent 6b8dcf2 commit 46b20d2
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 0 deletions.
22 changes: 22 additions & 0 deletions devfiles/apache-camel-k/devfile.yaml
Original file line number Diff line number Diff line change
@@ -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
6 changes: 6 additions & 0 deletions devfiles/apache-camel-k/meta.yaml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 46b20d2

Please sign in to comment.