• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

.github/workflows/H21-Apr-2021-

boilerplate/H03-May-2022-

cmd/H21-Apr-2021-

pkg/H21-Apr-2021-

test/integration/H21-Apr-2021-

.gitignoreH A D21-Apr-2021320

.travis.ymlH A D21-Apr-2021218

CONTRIBUTING.mdH A D21-Apr-2021496

LICENSEH A D21-Apr-202111.1 KiB

OWNERSH A D21-Apr-2021151

README.mdH A D21-Apr-2021715

SECURITY.mdH A D21-Apr-20211 KiB

SECURITY_CONTACTSH A D21-Apr-2021533

code-of-conduct.mdH A D21-Apr-2021148

go.modH A D21-Apr-20211.1 KiB

go.sumH A D21-Apr-202110.4 KiB

README.md

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 generate
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.
19