Uses Go reflection to generate a JSON schema that describes one or more API resources in Openshift Origin.
git clone https://github.com/fabric8io/kubernetes-model $GOPATH/src/github.com/fabric8io/kubernetes-model
To build, clone repo and run:
make
You should now be able to view the generated schema in kube-schema.json
To update openshift/kubernetes dependencies, run:
make vendoring