Categorygithub.com/fabric8io/kubernetes-model
module
3.0.2+incompatible
Repository: https://github.com/fabric8io/kubernetes-model.git
Documentation: pkg.go.dev

# README

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.

Prerequisites

Getting the code

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

Building

  • Navigate into the cloned repo:

    cd $GOPATH/src/github.com/fabric8io/kubernetes-model
    
  • 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

# Packages

No description provided by the author
No description provided by the author