Skip to content

Commit 9d64367

Browse files
pegasasRitikaa96
andauthored
Update content/en/docs/concepts/extend-kubernetes/api-extension/_index.md
Co-authored-by: Ritika <[email protected]>
1 parent 43de4ac commit 9d64367

File tree

1 file changed

+3
-1
lines changed
  • content/en/docs/concepts/extend-kubernetes/api-extension

1 file changed

+3
-1
lines changed

content/en/docs/concepts/extend-kubernetes/api-extension/_index.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,9 @@ Custom resources are extensions of the Kubernetes API. Kubernetes provides two w
1010
schema that you specify.
1111
The Kubernetes control plane serves and handles the storage of your custom resource. CRDs allow you to
1212
create new types of resources for your cluster without writing and running a custom API server.
13-
- The [aggregation layer](/docs/concepts/extend-kubernetes/api-extension/apiserver-aggregation/) sits behind the primary API server, which acts as a proxy. This arrangement is called API Aggregation(AA), which allows you to provide specialized implementations for your custom resources by writing and
13+
- The [aggregation layer](/docs/concepts/extend-kubernetes/api-extension/apiserver-aggregation/) sits behind the primary API server, which acts as a proxy.
14+
This arrangement is called API Aggregation(AA), which allows you to provide
15+
specialized implementations for your custom resources by writing and
1416
deploying your own API server.
1517
The main API server delegates requests to your API server for the custom resources that you handle,
1618
making them available to all of its clients.

0 commit comments

Comments
 (0)