We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 608340a commit 7b34233Copy full SHA for 7b34233
docs/book/src/SUMMARY.md
@@ -74,6 +74,7 @@
74
- [CustomResourceDefinitions relationships](./developer/crd-relationships.md)
75
- [Troubleshooting](./user/troubleshooting.md)
76
- [Reference](./reference/reference.md)
77
+ - [API Reference](./reference/api_reference.md)
78
- [Glossary](./reference/glossary.md)
79
- [Provider List](./reference/providers.md)
80
- [Ports](./reference/ports.md)
docs/book/src/reference/api_reference.md
@@ -0,0 +1,7 @@
1
+# API Reference
2
+
3
+Cluster API currently exposes the following APIs:
4
5
+* the Cluster API Custom Resource Definitions (CRDs): [documentation](https://doc.crds.dev/github.com/kubernetes-sigs/cluster-api)
6
7
+* Golang APIs: [godoc](https://pkg.go.dev/sigs.k8s.io/cluster-api)
0 commit comments