Created
October 13, 2019 17:48
-
-
Save sunix/8e189a8184249118987f3b18dc272d2c to your computer and use it in GitHub Desktop.
openshift connector all in one
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-openshift-connector-all | |
version: latest | |
type: VS Code extension | |
displayName: OpenShift Connector | |
title: OpenShift Connector | |
description: Interacting with Red Hat OpenShift clusters and providing a streamlined developer experience using Eclipse Che | |
icon: https://www.eclipse.org/che/images/logo-eclipseche.svg | |
repository: https://github.com/eclipse/che-plugin-registry/tree/master/v3/plugins/redhat/vscode-openshift-connector | |
category: Other | |
firstPublicationDate: "2019-10-08" | |
spec: | |
containers: | |
- image: "docker.io/eclipse/che-remote-plugin-openshift-connector-0.1.0:next" | |
name: "vscode-openshift-connector" | |
memoryLimit: "512Mi" | |
extensions: | |
- https://github.com/redhat-developer/vscode-openshift-tools/releases/download/v0.0.21/openshift-connector-0.0.21-228.vsix | |
- https://github.com/Azure/vscode-kubernetes-tools/releases/download/1.0.0/vscode-kubernetes-tools-1.0.0.vsix | |
- https://github.com/redhat-developer/vscode-yaml/releases/download/0.4.0/redhat.vscode-yaml-0.4.0.vsix |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment