kedgeproject / kedge

Kedge : Simple, Concise & Declarative Kubernetes Applications
Apache License 2.0
298 stars 41 forks source link

Validate the output using kubeval as part of functional tests #184

Closed surajssd closed 6 years ago

surajssd commented 7 years ago

We can use kubeval to validate what is generated by kedge. This will help us to make sure we output correct output.

Now kubeval can be used as a golang library.

surajssd commented 7 years ago

cc: @surajnarwade maybe this would be of interest to you!

surajnarwade commented 7 years ago

Definitely

surajnarwade commented 6 years ago

since we have validation for input file now, still we need output file validation. @surajssd @containscafeine ?

surajssd commented 6 years ago

I don't think so!