forked from eclipse-che/che-devfile-registry
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(core): Provide an Apache Camel K stack eclipse-che/che#14831
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
Showing
2 changed files
with
28 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
--- | ||
displayName: Apache Camel K | ||
description: Stack with environment 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: 2930Mi |