From 324e4e07fac7dda59a37ba7f8d5b4dbfa9a509d6 Mon Sep 17 00:00:00 2001 From: Wang Date: Tue, 9 Nov 2021 18:31:31 +0900 Subject: [PATCH] [en] update custom-resources Make it clear that the main API server delegates requests to user created API server. --- .../extend-kubernetes/api-extension/custom-resources.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/concepts/extend-kubernetes/api-extension/custom-resources.md b/content/en/docs/concepts/extend-kubernetes/api-extension/custom-resources.md index b3fa73e5f0..4aeab98a95 100644 --- a/content/en/docs/concepts/extend-kubernetes/api-extension/custom-resources.md +++ b/content/en/docs/concepts/extend-kubernetes/api-extension/custom-resources.md @@ -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