Update status of aggregator in API overview doc (#9866)

* Update status of aggregator in API overview doc

* fix link syntax
pull/9922/head
Nikhita Raghunath 2018-08-20 21:20:07 +05:30 committed by k8s-ci-robot
parent 3e422bfa9e
commit 910215288e
1 changed files with 3 additions and 3 deletions

View File

@ -109,8 +109,8 @@ There are two supported paths to extending the API with [custom resources](/docs
1. [CustomResourceDefinition](/docs/tasks/access-kubernetes-api/extend-api-custom-resource-definitions/) 1. [CustomResourceDefinition](/docs/tasks/access-kubernetes-api/extend-api-custom-resource-definitions/)
is for users with very basic CRUD needs. is for users with very basic CRUD needs.
1. Coming soon: users needing the full set of Kubernetes API semantics can implement their own apiserver 1. Users needing the full set of Kubernetes API semantics can implement their own apiserver
and use the [aggregator](https://git.k8s.io/community/contributors/design-proposals/api-machinery/aggregated-api-servers.md) and use the [aggregator](/docs/tasks/access-kubernetes-api/configure-aggregation-layer/)
to make it seamless for clients. to make it seamless for clients.