released this
22 Oct 04:54
Refactor parameters to support arbitrary types (#10)
Instead of a map[string]string, support (almost) arbitrary parameters via a map[string]interface{}.
Use k8s-style methodology to describe the objects: ie, describe them as Go structs, embedding metadata in comments, and parse out the properties from that using the same library k8s uses, and then use code generation for the validation etc.
Also add a new check template (and built-in check) for forbidden API object versions.