coredns/vendor/k8s.io/kube-openapi
Yong Tang 584dd87c70
Add route53 plugin (#1390)
* Update vendor

Signed-off-by: Yong Tang <yong.tang.github@outlook.com>

* Add route53 plugin

This fix adds route53 plugin so that it is possible to
query route53 record through CoreDNS.

Signed-off-by: Yong Tang <yong.tang.github@outlook.com>
2018-01-15 09:59:29 -08:00
..
pkg/common Update k8s client-go to v6.0.0 (#1340) 2018-01-03 11:11:28 +00:00
.gitignore Update k8s client-go to v6.0.0 (#1340) 2018-01-03 11:11:28 +00:00
.travis.yml Update k8s client-go to v6.0.0 (#1340) 2018-01-03 11:11:28 +00:00
code-of-conduct.md Add route53 plugin (#1390) 2018-01-15 09:59:29 -08:00
LICENSE Update k8s client-go to v6.0.0 (#1340) 2018-01-03 11:11:28 +00:00
OWNERS Update k8s client-go to v6.0.0 (#1340) 2018-01-03 11:11:28 +00:00
README.md Update k8s client-go to v6.0.0 (#1340) 2018-01-03 11:11:28 +00:00

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.