Skip to content

Commit 52e5743

Browse files
committed
chore: document unsupported devfile 2.2.x features
Fix devfile#983 Signed-off-by: Andrew Obuchowicz <[email protected]>
1 parent 9a339c7 commit 52e5743

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

docs/unsupported-devfile-api.adoc

+22
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
# Unsupported Devfile API
2+
3+
The following features of the Devfile API that are not yet supported by the DevWorkspace-Operator:
4+
5+
6+
[options="header"]
7+
|================================================================================================================================================================================================
8+
| DevFile feature | Related issue
9+
| `components.container.annotation.service` | https://github.com/devfile/devworkspace-operator/issues/799[Support setting annotations on services/endpoints from DevWorkspace]
10+
| `components.container.endpoints.annotations` | https://github.com/devfile/devworkspace-operator/issues/799[Support setting annotations on services/endpoints from DevWorkspace]
11+
| `components.container.dedicatedPod` |
12+
| `components.container.volume.size` | https://github.com/devfile/devworkspace-operator/issues/947[Compute required size for per-workspace PVC when all volumes have sizes specified.]
13+
| `components.container.image` | https://github.com/eclipse/che/issues/21186[Support Devfile v2 outer loop components of type image and kubernetes]
14+
| `components.container.custom` |
15+
| `events.postStop` |
16+
| `events.preStop` |
17+
| `metadata.architectures` |
18+
| `metadata.globalMemoryLimit` |
19+
| `metadata.projectType` |
20+
|================================================================================================================================================================================================
21+
22+
If there is no corresponding issue for a Devfile feature you'd like to use, please feel free to submit a feature request.

0 commit comments

Comments
 (0)