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: che.eclipse.org/v1alpha1 | |
kind: KubernetesImagePuller | |
metadata: | |
creationTimestamp: '2020-05-13T15:39:45Z' | |
generation: 11 | |
name: image-puller | |
namespace: imagepuller | |
resourceVersion: '1848291' | |
selfLink: >- | |
/apis/che.eclipse.org/v1alpha1/namespaces/imagepuller/kubernetesimagepullers/image-puller |
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: 1.0.0 | |
metadata: | |
generateName: quarkus- | |
projects: | |
- | |
name: quarkus-quickstarts | |
source: | |
type: zip | |
location: "https://code.quarkus.io/d?g=org.acme&a=code-with-quarkus&v=1.0.0-SNAPSHOT&b=MAVEN&c=org.acme.ExampleResource&s=pJg.d7W.pV1.YjV&cn=code.quarkus.io" |
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 |
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
extensions: | |
- source: https://github.com/eclipse/che-theia | |
extensionFolders: | |
- dockerfiles/theia-endpoint-runtime | |
- extensions/eclipse-che-theia-plugin | |
- extensions/eclipse-che-theia-plugin-ext | |
- extensions/eclipse-che-theia-terminal | |
- extensions/eclipse-che-theia-user-preferences | |
- extensions/che-theia-hosted-plugin-manager-extension | |
- extensions/eclipse-che-theia-dashboard |
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
{ | |
"v": "4.0", | |
"name": "chetheia_builder", | |
"workspace": { | |
"defaultEnv": "default", | |
"environments": { | |
"default": { | |
"machines": { | |
"ws/dev": { | |
"attributes": { |
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
{ | |
"v": "4.0", | |
"name": "theia", | |
"workspace": { | |
"environments": { | |
"default": { | |
"machines": { | |
"theia": { | |
"attributes": { | |
"memoryLimitBytes": "1073741824" |
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
{ | |
"v": "4.0", | |
"name": "theia", | |
"workspace": { | |
"environments": { | |
"default": { | |
"machines": { | |
"ws/theia": { | |
"attributes": { | |
"memoryLimitBytes": "547483648" |
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
{ | |
"defaultEnv": "default", | |
"environments": { | |
"default": { | |
"machines": { | |
"dev-machine": { | |
"attributes": { | |
"memoryLimitBytes": "2147483648" | |
}, | |
"servers": { |
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
defscrollback 8192 | |
startup_message off | |
vbell off | |
caption always "%{+u wk}%?%-w%?%{rk}/%n %t\%{wk}%?%+w%?" | |
hardstatus alwayslastline "%{+b kw}%H|%{kg}%c%{kw}|%{ky}%Y-%m-%d%{kw}|%{kb}load %l" |
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
{ | |
"name" : "Adding my slides", | |
"hasWelcomeStep" : true, | |
"steps": [ | |
{ | |
"title": "Adding my slides to snowcamp.io with Codenvy", | |
"content": "Thank you for contribuing to Snowcamp.io, this is a temporary workspace with the github pages project snowcamp.io checked out. You can help us in improving the site, make your changes and submit the pull request with the Pull Request tab on the right.", | |
"element": "gwt-debug-MainToolbar/New", | |
"placement": "BOTTOM", |