kubeopsskills / levis

Kubernetes Manifest Generator
MIT License
29 stars 11 forks source link

[Improvement][ConfigParser.ts]: Refactor Converting YAML Raw Objects to Kubernetes Objects with AutoMapper #2

Open dmakeroam opened 3 years ago

dmakeroam commented 3 years ago

We would like to reduce the line of codes of Config Parser with AutoMapper to help to convert YAML raw objects to Kubernetes objects.

aaronamm commented 2 years ago

@dmakeroam When you say "AutoMapper", do you mean this library https://github.com/AutoMapper/AutoMapper?

dmakeroam commented 2 years ago

Same kind of tool but for Typescript