-
Notifications
You must be signed in to change notification settings - Fork 74
Closed as not planned
Closed as not planned
Copy link
Labels
lifecycle/rottenRotten items. These items have been stale for 60 days and are now closed.Rotten items. These items have been stale for 60 days and are now closed.lifecycle/staleStale items. These items have not been updated for 90 days.Stale items. These items have not been updated for 90 days.
Description
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
type DevfileWrapper Struct {
APIVersion String
Data data.DevfileData
}
Describe alternatives you've considered
None I have thought of :)
Additional context
Not required
maysunfaisal
Metadata
Metadata
Assignees
Labels
lifecycle/rottenRotten items. These items have been stale for 60 days and are now closed.Rotten items. These items have been stale for 60 days and are now closed.lifecycle/staleStale items. These items have not been updated for 90 days.Stale items. These items have not been updated for 90 days.
Type
Projects
Status
Done ✅