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
schemaVersion: 2.1.0 | |
metadata: | |
name: golang-echo-example | |
namespace: che-che | |
projects: | |
- git: | |
checkoutFrom: | |
revision: devfile2 | |
remotes: | |
origin: 'https://github.com/che-samples/golang-echo-example.git' |
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
schemaVersion: 2.1.0 | |
metadata: | |
name: che-code | |
commands: | |
- id: init-container-command | |
apply: | |
component: che-code-injector | |
events: | |
preStart: | |
- init-container-command |
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
projects: [] | |
components: | |
- name: che-code | |
plugin: | |
uri: https://che-plugin-registry-main.surge.sh/v3/plugins/che-incubator/che-code/insiders/devfile.yaml | |
commands: [] |
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
schemaVersion: 2.1.0 | |
metadata: | |
name: theia-ide | |
commands: | |
- id: init-container-command | |
apply: | |
component: remote-runtime-injector | |
events: | |
preStart: | |
- init-container-command |
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
schemaVersion: 2.1.0 | |
metadata: | |
name: sample-devfile | |
components: | |
- name: remote-runtime-injector | |
container: | |
image: 'quay.io/eclipse/che-theia-endpoint-runtime-binary:next' | |
volumeMounts: | |
- name: remote-endpoint123123123123123123123 | |
path: /remote-endpoint |
-
OpenShift token retrieval from Keycloak should happen only once during workspace startup/suspension eclipse-che/che#19724
-
[operator] ensure old instances are migrated to use internal services if not specified eclipse-che/che#19726
-
Run Java Maven devfile test only nightly on Eclipse Che Multi/Single host eclipse-che/che#19731 Update 2.1 devfile schema to a more recent one eclipse-che/che#19733
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
apiVersion: v2 | |
publisher: eclipse | |
name: che-theia | |
version: 7.23.0 | |
type: Che Editor | |
displayName: theia-ide | |
title: Eclipse Theia | |
description: Eclipse Theia | |
icon: https://raw.githubusercontent.com/theia-ide/theia/master/logo/theia-logo-no-text-black.svg?sanitize=true | |
category: Editor |
This file has been truncated, but you can view the full file.
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
{ | |
"definitions": { | |
"com.coreos.monitoring.v1.Alertmanager": { | |
"description": "Alertmanager describes an Alertmanager cluster.", | |
"type": "object", | |
"required": [ | |
"spec" | |
], | |
"properties": { | |
"apiVersion": { |
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
apiVersion: v2 | |
publisher: redhat | |
name: vscode-yaml | |
version: 0.14.0 | |
type: VS Code extension | |
displayName: YAML | |
title: YAML Language Support by Red Hat, with built-in Kubernetes and Kedge syntax support | |
description: Provides comprehensive YAML Language support to Visual Studio Code, via the yaml-language-server, with built-in Kubernetes and Kedge syntax support. | |
icon: https://raw.githubusercontent.com/redhat-developer/vscode-yaml/0.14.0/icon/icon128.png | |
repository: https://github.com/redhat-developer/vscode-yaml |
NewerOlder