1
0
Fork 0
mirror of https://github.com/kyverno/kyverno.git synced 2025-03-06 16:06:56 +00:00
kyverno/vendor/k8s.io/kube-openapi
2019-08-02 11:20:56 -07:00
..
boilerplate update vendor due to build failure 2019-06-03 15:14:06 -07:00
cmd update vendor due to build failure 2019-06-03 15:14:06 -07:00
pkg - update vendor - add profiling library 2019-08-02 11:20:56 -07:00
test/integration - update vendor - add profiling library 2019-08-02 11:20:56 -07:00
.gitignore check in vendor and code generated by code-gen 2019-05-22 20:33:19 -07:00
.travis.yml update vendor due to build failure 2019-06-03 15:14:06 -07:00
code-of-conduct.md check in vendor and code generated by code-gen 2019-05-22 20:33:19 -07:00
CONTRIBUTING.md check in vendor and code generated by code-gen 2019-05-22 20:33:19 -07:00
go.mod - update vendor - add profiling library 2019-08-02 11:20:56 -07:00
go.sum - update vendor - add profiling library 2019-08-02 11:20:56 -07:00
LICENSE check in vendor and code generated by code-gen 2019-05-22 20:33:19 -07:00
OWNERS check in vendor and code generated by code-gen 2019-05-22 20:33:19 -07:00
README.md check in vendor and code generated by code-gen 2019-05-22 20:33:19 -07:00
SECURITY_CONTACTS check in vendor and code generated by code-gen 2019-05-22 20:33:19 -07: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.

Contributing

Please see CONTRIBUTING.md for instructions on how to contribute.