Skip to content

JSON schema generator for OpenShift Origin API objects

Notifications You must be signed in to change notification settings

piyush-garg/kubernetes-model

 
 

Repository files navigation

JSON Schema Generator for OpenShift v3 Origin API Objects

Uses Go reflection to generate a JSON schema that describes one or more API resources in Openshift Origin.

Pre-requisits

Install go
Install glide

Getting the code

git clone https://github.com/fabric8io/kubernetes-model $GOPATH/src/github.com/fabric8io/kubernetes-model

Building

To build, clone repo and run:

make

You should now be able to view the generated schema in kube-schema.json

Update dependency API's

To update openshift/kubernetes dependencies, run:

make vendoring

About

JSON schema generator for OpenShift Origin API objects

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 65.5%
  • Go 30.0%
  • Groovy 1.8%
  • Shell 1.7%
  • Makefile 1.0%