mirror of
https://gitlab.com/deepcypher/dc-kc.git
synced 2026-01-27 11:12:08 +00:00
…
Kubernetes OpenAPI Schemas
This directory holds extracted OpenAPI schemas from live kubernetes clusters. This is to enable a shift to the left, and to validate our clusters manifests without the need for a complete cluster.
The tree format is: ./schemas/{{.Group}}/{{.ResourceKind}}_{{.ResourceAPIVersion}}.json
You can extract your own specifications from your own cluster by using the CRD Extractor.