From 075fdf2e376c6a535a7655bef0883c17df97c6ee Mon Sep 17 00:00:00 2001 From: Tim Bannister Date: Wed, 4 Aug 2021 22:28:54 +0100 Subject: [PATCH] =?UTF-8?q?Retitle=20=E2=80=9CKubernetes=20API=20Aggregati?= =?UTF-8?q?on=20Layer=E2=80=9D=20concept?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The old title “Extending the Kubernetes API with the aggregation layer” sounds more like a task page than a concept, so I reworded. --- .../extend-kubernetes/api-extension/apiserver-aggregation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/concepts/extend-kubernetes/api-extension/apiserver-aggregation.md b/content/en/docs/concepts/extend-kubernetes/api-extension/apiserver-aggregation.md index d9fe184f85a..08e147600ac 100644 --- a/content/en/docs/concepts/extend-kubernetes/api-extension/apiserver-aggregation.md +++ b/content/en/docs/concepts/extend-kubernetes/api-extension/apiserver-aggregation.md @@ -1,5 +1,5 @@ --- -title: Extending the Kubernetes API with the aggregation layer +title: Kubernetes API Aggregation Layer reviewers: - lavalamp - cheftako