-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
factory resolver misses volume component from devfile 2.0 #19563
Comments
So since we didn't have model for Devfile v2, we serialize it as just a |
So when is this information lost? When parsing the devfile yaml into Map? Or when translating the Map into yaml content when creating the response for api call? Is What about parsing the devfile into JsonObject (or whatever is the class) instead of Map? Would it help? What about keep it as raw string and parse to Map only for validation? |
when converting FactoryV2Dto into |
At this point, we can't fix this issue for |
Describe the bug
Factory resolver misses volume component from devfile 2.0 with leads invalid devfile:
Che version
Steps to reproduce
Expected behavior
Che Server returns a valid devfile, which is a valid, so it's possible to create devworkspace from it.
Runtime
kubectl version
)oc version
)minikube version
andkubectl version
)minishift version
andoc version
)docker version
andkubectl version
)Screenshots
Installation method
chectl version
commandEnvironment
Eclipse Che Logs
Additional context
The text was updated successfully, but these errors were encountered: