Fix an error in custom-resources.md (#11020)

pull/11032/head
yanghaichao12 2018-11-17 02:29:24 +08:00 committed by k8s-ci-robot
parent bcae10b195
commit 3154c260e9
1 changed files with 2 additions and 2 deletions

View File

@ -110,7 +110,7 @@ Kubernetes provides two ways to add custom resources to your cluster:
- CRDs are simple and can be created without any programming.
- [API Aggregation](/docs/concepts/api-extension/apiserver-aggregation/) requires programming, but allows more control over API behaviors like how data is stored and conversion between API versions.
Kubernetes provides these two options to meet the needs of different users, so that neither ease of use nor flexibility are compromised.
Kubernetes provides these two options to meet the needs of different users, so that neither ease of use nor flexibility is compromised.
Aggregated APIs are subordinate APIServers that sit behind the primary API server, which acts as a proxy. This arrangement is called [API Aggregation](/docs/concepts/api-extension/apiserver-aggregation/) (AA). To users, it simply appears that the Kubernetes API is extended.
@ -245,4 +245,4 @@ When you add a custom resource, you can access it using:
* Learn how to [Extend the Kubernetes API with CustomResourceDefinition](/docs/tasks/access-kubernetes-api/custom-resources/custom-resource-definitions/).
{{% /capture %}}
{{% /capture %}}