krisnova / naml

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

consider Validate() or Test() methods in Deployable interface #11

Closed krisnova closed 3 years ago

krisnova commented 3 years ago

i’m not convinced this is a good idea yet - writing down before i forget

arschles commented 3 years ago

what about separate interfaces (DeployableValidater? DeployableTester?) that you can optionally implement and if you do, those functions will be called

krisnova commented 3 years ago

Closed with https://github.com/kris-nova/naml/releases/tag/1.0.0