kops/vendor/k8s.io/kube-openapi
chrislovecnm 609e268a1d gazelle updates with new bazel version 2017-11-05 17:41:53 -07:00
..
Godeps More vendor 2017-10-01 21:11:58 -04:00
example/openapi-gen gazelle updates with new bazel version 2017-11-05 17:41:53 -07:00
pkg gazelle updates with new bazel version 2017-11-05 17:41:53 -07:00
.gitignore Update vendor for k8s 1.8 2017-10-01 13:16:44 -04:00
.travis.yml Update vendor for k8s 1.8 2017-10-01 13:16:44 -04:00
LICENSE Update vendor for k8s 1.8 2017-10-01 13:16:44 -04:00
OWNERS Update vendor for k8s 1.8 2017-10-01 13:16:44 -04:00
README.md Update vendor for k8s 1.8 2017-10-01 13:16:44 -04:00

README.md

Kube OpenAPI

This repo is the home for Kubernetes OpenAPI discovery spec generation. The goal is to support a subset of OpenAPI features to satisfy kubernetes use-cases but implement that subset with little to no assumption about the structure of the code or routes. Thus, there should be no kubernetes specific code in this repo.

There are two main parts:

  • A model generator that goes through .go files, find and generate model definitions.
  • The spec generator that is responsible for dynamically generate the final OpenAPI spec using web service routes or combining other OpenAPI/Json specs.