File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
content/en/docs/concepts/extend-kubernetes/api-extension Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ Custom resources are extensions of the Kubernetes API. Kubernetes provides two w
12
12
create new types of resources for your cluster without writing and running a custom API server.
13
13
- The [ aggregation layer] ( /docs/concepts/extend-kubernetes/api-extension/apiserver-aggregation/ )
14
14
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
16
16
specialized implementations for your custom resources by writing and
17
17
deploying your own API server.
18
18
The main API server delegates requests to your API server for the custom APIs that you specify,
You can’t perform that action at this time.
0 commit comments