acrlabs / simkube

Record-and-replay Kubernetes simulator based on KWOK
https://appliedcomputing.io/simkube
MIT License
164 stars 7 forks source link

Generator for common/shared constants #64

Open drmorr0 opened 7 months ago

drmorr0 commented 7 months ago

Description

Please describe the planned improvement in enough detail that someone who is not you could start working on it. Code hints, acceptance criteria, etc., are all encouraged.

There are a bunch of common/shared constants between the Rust and Go code right now that are just duplicated in the two code bases. Would be great to be able to specify those in a YAML file somewhere and then have a code generator that generates the constants files for each language.