krisnova / naml

Convert Kubernetes YAML to Golang
Apache License 2.0
1.26k stars 38 forks source link

Use reflection and harden package names #109

Open krisnova opened 2 years ago

krisnova commented 2 years ago

Relevant to #61 we can harden our package management

We can (and should) use reflection to snoop the Kubernetes libraries as needed. We need to get rid of the string lists at the top of codify.go

https://github.com/kris-nova/naml/blob/main/codify/codify.go#L37