Files
dc-kc/schemas
2025-07-24 00:23:08 +01:00
..
2025-04-08 22:07:34 +01:00
2025-04-08 22:11:54 +01:00
2025-07-24 00:23:08 +01:00
2025-04-08 22:07:34 +01:00
2025-04-08 22:07:34 +01: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.