docs/content/v1.8/api-docs/_index.md

1.6 KiB

title toc weight
API Documentation true 400

API Documentation

The Crossplane ecosystem contains many CRDs that map to API types represented by external infrastructure providers. The documentation for these CRDs are auto-generated on doc.crds.dev. To find the CRDs available for providers maintained by the Crossplane organization, you can search for the Github URL, or append it in the doc.crds.dev URL path.

For instance, to find the CRDs available for provider-azure, you would go to:

doc.crds.dev/github.com/crossplane/provider/azure

By default, you will be served the latest CRDs on the master branch for the repository. If you prefer to see the CRDs for a specific version, you can append the git tag for the release:

doc.crds.dev/github.com/crossplane/provider-azure@v0.8.0

Crossplane repositories that are not providers but do publish CRDs are also served on doc.crds.dev. For instance, the crossplane/crossplane repository.

Bugs and feature requests for API documentation should be opened as issues on the open source doc.crds.dev repo.