Created
July 21, 2021 15:32
-
-
Save svor/b027eb88c83b1425ffdf38489991eaf8 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
apiVersion: v2 | |
publisher: redhat | |
name: vscode-camelk | |
version: latest | |
type: VS Code extension | |
displayName: Tooling for Apache Camel K by Red Hat | |
title: Tooling for Apache Camel K by Red Hat | |
description: VS Code support for Apache Camel K functionality | |
icon: /images/redhat-vscode-camelk-icon.png | |
category: Other | |
repository: 'https://github.com/camel-tooling/vscode-camelk' | |
firstPublicationDate: '2021-07-21' | |
latestUpdateDate: '2021-07-21' | |
spec: | |
containers: | |
- image: 'vsvydenko/camelk:26' | |
name: vscode-camelk | |
memoryLimit: 1Gi | |
cpuRequest: 30m | |
cpuLimit: 500m | |
extensions: | |
- 'https://download.jboss.org/jbosstools/vscode/stable/vscode-camelk/vscode-camelk-0.0.26-336.vsix' | |
- 'https://download.jboss.org/jbosstools/vscode/3rdparty/vscode-kubernetes-tools/vscode-kubernetes-tools-1.2.1.vsix' | |
- 'https://open-vsx.org/api/redhat/vscode-yaml/0.14.0/file/redhat.vscode-yaml-0.14.0.vsix' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment