A personal archive of Kubernetes Custom Resource Definitions (CRDs) extracted from my home cluster.
Schemas are served at https://k8s-schemas.bjw-s.dev and can be used with tools like kubeconform:
# .kubeconform.yaml
schema-location:
- default
- "https://k8s-schemas.bjw-s.dev/{{.Group}}/{{.ResourceKind}}_{{.ResourceAPIVersion}}.json"Schemas follow the same structure as datreeio/CRDs-catalog:
{api-group}/{kind}_{version}.json
# e.g. cert-manager.io/certificate_v1.json