Skip to content

bjw-s-labs/CRD-catalog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CRD Catalog

A personal archive of Kubernetes Custom Resource Definitions (CRDs) extracted from my home cluster.

Usage

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"

Schema location

Schemas follow the same structure as datreeio/CRDs-catalog:

{api-group}/{kind}_{version}.json
# e.g. cert-manager.io/certificate_v1.json

About

A personal archive of Kubernetes Custom Resource Definitions (CRDs) extracted from my home cluster.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors