Files
dc-kc/schemas

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.