Skip to content

Commit 0cd46ce

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 0cd46ce

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

docs/unsupported-devfile-api.adoc

+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# Unsupported Devfile API
2+
3+
The following features of the Devfile API that are not yet supported by the DevWorkspace-Operator:
4+
5+
[options="header"]
6+
|================================================================================================================================================================================================
7+
| DevFile feature | Related issue
8+
| `components.container.annotation.service` | https://github.com/devfile/devworkspace-operator/issues/799[Support setting annotations on services/endpoints from DevWorkspace]
9+
| `components.container.endpoints.annotations` | https://github.com/devfile/devworkspace-operator/issues/799[Support setting annotations on services/endpoints from DevWorkspace]
10+
| `components.container.dedicatedPod` |
11+
| `components.volume.size` | https://github.com/devfile/devworkspace-operator/issues/947[Compute required size for per-workspace PVC when all volumes have sizes specified.]
12+
| `components.image` | https://github.com/eclipse/che/issues/21186[Support Devfile v2 outer loop components of type image and kubernetes]
13+
| `components.custom` |
14+
| `events.postStop` |
15+
| `events.preStop` |
16+
|================================================================================================================================================================================================
17+
18+
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)