garethr / kubernetes-json-schema

A set of JSON schemas for various Kubernetes versions, extracted from the OpenAPI definitions
Other
253 stars 61 forks source link

Populate `apiVersion` and `kind` properties from `x-kubernetes-group-version-kind` #16

Closed jburianek closed 5 years ago

jburianek commented 5 years ago

These changes depend on https://github.com/garethr/kubernetes-json-schema/pull/15 and the update to openapi2jsonschema here: https://github.com/garethr/openapi2jsonschema/pull/18.

This enumerates the supported apiVersion and kind values in the Kubernetes schema from x-kubernetes-group-version-kind.

Built for the following tags:

jburianek commented 5 years ago

Closing this, as it looks like the updated schemas have been merged.