Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit dad0076

Browse filesBrowse files
authored
update space
update space
1 parent de76ac2 commit dad0076
Copy full SHA for dad0076

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Copy file name to clipboardExpand all lines: content/en/docs/concepts/extend-kubernetes/api-extension/_index.md
+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Custom resources are extensions of the Kubernetes API. Kubernetes provides two w
1212
create new types of resources for your cluster without writing and running a custom API server.
1313
- The [aggregation layer](/docs/concepts/extend-kubernetes/api-extension/apiserver-aggregation/)
1414
sits behind the primary API server, which acts as a proxy.
15-
This arrangement is called API Aggregation(AA), which allows you to provide
15+
This arrangement is called API Aggregation (AA), which allows you to provide
1616
specialized implementations for your custom resources by writing and
1717
deploying your own API server.
1818
The main API server delegates requests to your API server for the custom APIs that you specify,

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.