Kubernetes CRD Schemas

JSON schemas extracted from live CRD definitions

25 API groups
154 schemas
Updated 2026-04-17 15:36 UTC
Usage — yaml-language-server

Add a modeline to any YAML file. Works in VS Code, Neovim, Helix, and any editor with yaml-language-server:

# yaml-language-server: $schema=https://YOUR_DOMAIN/cert-manager.io/certificate_v1.json apiVersion: cert-manager.io/v1 kind: Certificate metadata: name: example

Or configure schemas globally in VS Code settings:

// .vscode/settings.json "yaml.schemas": { "https://YOUR_DOMAIN/cert-manager.io/certificate_v1.json": ["**/certificates/*.yaml"] }
acme.cert-manager.io 2
actions.github.com 4
ceph.rook.io 18
cert-manager.io 4
cilium.io 17
csi.ceph.io 10
dragonflydb.io 1
external-secrets.io 10
externaldns.k8s.io 1
fluxcd.controlplane.io 4
gateway.envoyproxy.io 8
gateway.networking.k8s.io 14
gateway.networking.x-k8s.io 3
generators.external-secrets.io 17
helm.toolkit.fluxcd.io 1
kustomize.toolkit.fluxcd.io 1
monitoring.coreos.com 10
notification.toolkit.fluxcd.io 6
objectbucket.io 2
onepassword.com 1
postgresql.cnpg.io 10
renovate-operator.mogenius.com 1
source.toolkit.fluxcd.io 6
talos.dev 1
tuppr.home-operations.com 2

No matching groups or schemas.

Copied!