Update the apiserver-aggregation.md (#47165)

* Update the apiserver-aggregation.md

* updated the apiserver-aggregation.md
This commit is contained in:
Vaibhav Goel 2024-08-29 05:28:29 +05:30 committed by GitHub
parent dbfbc78c7e
commit 98861dd726
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ The additional APIs can either be ready-made solutions such as a
[metrics server](https://github.com/kubernetes-sigs/metrics-server), or APIs that you develop yourself.
The aggregation layer is different from
[Custom Resources](/docs/concepts/extend-kubernetes/api-extension/custom-resources/),
[Custom Resource Definitions](/docs/concepts/extend-kubernetes/api-extension/custom-resources/),
which are a way to make the {{< glossary_tooltip term_id="kube-apiserver" text="kube-apiserver" >}}
recognise new kinds of object.