...
1# Kube OpenAPI
2
3This repo is the home for Kubernetes OpenAPI discovery spec generation. The goal
4is to support a subset of OpenAPI features to satisfy kubernetes use-cases but
5implement that subset with little to no assumption about the structure of the
6code or routes. Thus, there should be no kubernetes specific code in this repo.
7
8
9There are two main parts:
10 - A model generator that goes through .go files, find and generate model
11definitions.
12 - The spec generator that is responsible for dynamically generating
13the final OpenAPI spec using web service routes or combining other
14OpenAPI/Json specs.
15
16## Contributing
17
18Please see [CONTRIBUTING.md](CONTRIBUTING.md) for instructions on how to contribute.
View as plain text