Skip to content

Commit

Permalink
feat: initial go-openapi generator is complete (#6134)
Browse files Browse the repository at this point in the history
Signed-off-by: Marc Nuri <[email protected]>
  • Loading branch information
manusa authored Jul 12, 2024
1 parent 093d8cd commit 699e973
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions kubernetes-model-generator/openapi/generator/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,15 @@ Many of these types are used for WebHooks.

## Generated Schemas

| Schema | Description |
|------------------------|-----------------------------------------------------------------------------------------|
| kubernetes-config | Types used in the Kuberenetes configuration file ( `.kube/config` ) |
| api-machinery-extra | Required types not exposed in the OpenAPI spec |
| admission-registration | Additional types required for the admission registration API |
| apiextensions | Additional types required for the apiextension API |
| gateway-api | https://github.com/kubernetes-sigs/gateway-api (should qualify as an extension instead) |
| Schema | Description |
|------------------------|--------------------------------------------------------------------------------------------|
| kubernetes-config | Types used in the Kubernetes configuration file (`.kube/config`) |
| api-machinery-extra | Required types not exposed in the OpenAPI spec |
| admission-registration | Additional types required for the admission registration API |
| apiextensions | Additional types required for the apiextension API |
| gateway-api | https://github.com/kubernetes-sigs/gateway-api (should qualify as an extension instead) |
| kustomize | https://github.com/kubernetes-sigs/kustomize (should qualify as an extension instead) |
| metrics-server | https://github.com/kubernetes-sigs/metrics-server (should qualify as an extension instead) |


## Usage
Expand Down

0 comments on commit 699e973

Please sign in to comment.