grafana / kindsys

a kind system for schematizing objects
Apache License 2.0
12 stars 0 forks source link

POC/kindsys: use typed kube-openapi structures rather than strings #34

Open ryantxu opened 1 year ago

ryantxu commented 1 year ago

not yet working/valid, but worth exploring.

The first proposal suggests treating schemas as strings -- that is ok, but not great since we eventually need to host it somewhere and have clear properties!

This PR updates the original proposal to now produce https://github.com/kubernetes/kube-openapi

joanlopez commented 1 year ago

not yet working/valid, but worth exploring.

I left some questions, but looks good overall! :)