[en] update custom-resources

Make it clear that the main API server delegates requests to user created API server.
pull/30405/head
Wang 2021-11-09 18:31:31 +09:00 committed by GitHub
parent 0e19aed5dc
commit 324e4e07fa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -149,7 +149,7 @@ Usually, each resource in the Kubernetes API requires code that handles REST req
The [aggregation layer](/docs/concepts/extend-kubernetes/api-extension/apiserver-aggregation/) allows you to provide specialized
implementations for your custom resources by writing and deploying your own standalone API server.
The main API server delegates requests to you for the custom resources that you handle,
The main API server delegates requests to your API server for the custom resources that you handle,
making them available to all of its clients.
## Choosing a method for adding custom resources