crdsdev / doc

Automatic documentation for CustomResourceDefinitions
https://doc.crds.dev
Apache License 2.0
234 stars 35 forks source link

Support download of single CRD manifest for each project / version, for import into tools like cdk8s #92

Closed prasek closed 3 years ago

prasek commented 3 years ago

See related https://github.com/crossplane/crossplane/issues/1961

What problem are you facing?

Tool like cdk8s can import CRDs for a given release by pulling all CRD definitions from a single file:

To get the Crossplane CRDs you have to find and import each CRD:

Also available CRDs can vary from release to release, so bumping versions in your cdk8s.yaml imports you have to:

What could we do to help?

Support download of single CRD manifest for each project / version, so cdk8s can import all available types using a single import statement.