Skip to content

v0.0.4

Compare
Choose a tag to compare
released this 22 Oct 04:54
· 552 commits to main since this release
5e2425e
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.