Implement devfile parser #2477
Labels
area/devfile-spec
Issues or PRs related to the Devfile specification and how odo handles and interprets it.
estimated-size/XL (40-60)
Rough sizing for Epics. About 3 sprints of work for a person
kind/feature
Categorizes issue as a feature request. For PRs, that means that the PR is the implementation
The goal is to have a package to handle devfile deserialization
from the implementation plan:
Create a golang library for parsing and reading data from Devfile
Devfile is versioned file so the design of a library needs to be able to handle and support multiple Devfile versions at the same time
Parser high level design:
The text was updated successfully, but these errors were encountered: