Merge pull request #25499 from mikegehard/patch-1
Make wording in overview more in line with the description
This commit is contained in:
commit
7dbc63babc
|
@ -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
|
exposes an HTTP API that lets end users, different parts of your cluster, and
|
||||||
external components communicate with one another.
|
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).
|
(for example: Pods, Namespaces, ConfigMaps, and Events).
|
||||||
|
|
||||||
Most operations can be performed through the
|
Most operations can be performed through the
|
||||||
|
|
Loading…
Reference in New Issue