From 9c38911446cd4ae5b2a7009b0cc65accca9b69e6 Mon Sep 17 00:00:00 2001 From: Mike Gehard Date: Tue, 8 Dec 2020 13:07:34 -0500 Subject: [PATCH] Make wording in overview more in line with the description The description talks about the server one way and the overview text talks about it a bit differently. This change aligns them and make them easier to understand in my opinion. --- content/en/docs/concepts/overview/kubernetes-api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/concepts/overview/kubernetes-api.md b/content/en/docs/concepts/overview/kubernetes-api.md index 506c76cde7..07b5d559d7 100644 --- a/content/en/docs/concepts/overview/kubernetes-api.md +++ b/content/en/docs/concepts/overview/kubernetes-api.md @@ -19,7 +19,7 @@ is the {{< glossary_tooltip text="API server" term_id="kube-apiserver" >}}. The exposes an HTTP API that lets end users, different parts of your cluster, and external components communicate with one another. -The Kubernetes API lets you query and manipulate the state of objects in the Kubernetes API +The Kubernetes API lets you query and manipulate the state of API objects in Kubernetes (for example: Pods, Namespaces, ConfigMaps, and Events). Most operations can be performed through the