Skip to content

Commit 1ac0476

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

File tree

1 file changed

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

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ Custom resources are extensions of the Kubernetes API. Kubernetes provides two w
1313
- The [aggregation layer](/docs/concepts/extend-kubernetes/api-extension/apiserver-aggregation/) sits behind the primary API server, which acts as a proxy.
1414
This arrangement is called API Aggregation(AA), which allows you to provide
1515
specialized implementations for your custom resources by writing and
16-
deploying your own API server.
17-
The main API server delegates requests to your API server for the custom resources that you handle,
18-
making them available to all of its clients.
16+
deploying your own API server.
17+
The main API server delegates requests to your API server for the custom APIs that you specify,
18+
making them available to all of its clients.

0 commit comments

Comments
 (0)