Skip to content

Commit

Permalink
update space
Browse files Browse the repository at this point in the history
update space
  • Loading branch information
pegasas committed Jan 26, 2024
1 parent de76ac2 commit dad0076
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Custom resources are extensions of the Kubernetes API. Kubernetes provides two w
create new types of resources for your cluster without writing and running a custom API server.
- 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
This arrangement is called API Aggregation (AA), which allows you to provide
specialized implementations for your custom resources by writing and
deploying your own API server.
The main API server delegates requests to your API server for the custom APIs that you specify,
Expand Down

0 comments on commit dad0076

Please sign in to comment.