Cleanup & Refactor kClient generators code before migrating to devfile library #4131
Labels
area/devfile-spec
Issues or PRs related to the Devfile specification and how odo handles and interprets it.
area/refactoring
Issues or PRs related to code refactoring
Milestone
Repo devfile/parser is going to be the home for much of the generator's code that will be used odo, devworkspace operator and console.
The devfile/parser library should be able to generate basic Kubernetes objects from the devfile. The list of these functions and objects can be found documented at the design doc for the library and also the util funcs that can be found in the same doc.
Currently, Odo and Devworkspace operator repo generate their own Kube structs and objects, so there is a lot of redundant code and issue devfile/api#181 will be solving that problem for all the consumers of the devfile/parser.
The text was updated successfully, but these errors were encountered: