Skip to content

Commit 7b34233

Browse files
committed
book: Add API reference page
1 parent 608340a commit 7b34233

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

docs/book/src/SUMMARY.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@
7474
- [CustomResourceDefinitions relationships](./developer/crd-relationships.md)
7575
- [Troubleshooting](./user/troubleshooting.md)
7676
- [Reference](./reference/reference.md)
77+
- [API Reference](./reference/api_reference.md)
7778
- [Glossary](./reference/glossary.md)
7879
- [Provider List](./reference/providers.md)
7980
- [Ports](./reference/ports.md)
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)