These are schemas that are being generated from within my home cluster along using datree's crd-extrator tool.
For convenience I have also added the schemas from the CRDSs-catalog repository.
I use these schemas with my neovim config to provide autocompletion and syntax highlighting for custom resources.
The process to refresh the above gets ran every 2 weeks, copying from CRDs-catalog and running the my own implementation of the crd-extractor tool, prioritising the crd-extractor tool results. It will first rsync (overwrite) files using files from CRDs-catalog and then rsync (overwriting) files from crd-extractor.
My own crd-extractor is heavily inspired by the one by Datree, but one in Datree was missing some of the schemas (for example cluster for cnpg), I decided to write my own script instead based on their main ideas.