Devfile parser should not return internal context from parse function #194
Labels
lifecycle/rotten
Rotten items. These items have been stale for 60 days and are now closed.
lifecycle/stale
Stale items. These items have not been updated for 90 days.
Is your feature request related to a problem? Please describe.
Currently Parse function in devfile parser returns DevfileObj which contains DevfileCtx, DevfileCtx is internal structure and not of any use for library consumer.
Describe the solution you'd like
Return Devfile Structure directly or if returning the interface, we can use simple wrapper instead of DevfileObj
Describe alternatives you've considered
None I have thought of :)
Additional context
Not required
The text was updated successfully, but these errors were encountered: