From 762ef0ba6285a64647763dc07a64efe131decfbb Mon Sep 17 00:00:00 2001 From: zdeisidr <42842057+zdeisidr@users.noreply.github.com> Date: Tue, 7 May 2019 08:11:40 +0200 Subject: [PATCH] Update namespaces.md (#14126) * Update namespaces.md aclaration purposes * Update content/en/docs/concepts/overview/working-with-objects/namespaces.md Co-Authored-By: zdeisidr <42842057+zdeisidr@users.noreply.github.com> --- .../docs/concepts/overview/working-with-objects/namespaces.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/concepts/overview/working-with-objects/namespaces.md b/content/en/docs/concepts/overview/working-with-objects/namespaces.md index 3e2f1a6206..a91bf03168 100644 --- a/content/en/docs/concepts/overview/working-with-objects/namespaces.md +++ b/content/en/docs/concepts/overview/working-with-objects/namespaces.md @@ -27,7 +27,7 @@ need the features they provide. Namespaces provide a scope for names. Names of resources need to be unique within a namespace, but not across namespaces. Namespaces can not be nested inside one another and each Kubernetes -resources can only be in one namespace. +resource can only be in one namespace. Namespaces are a way to divide cluster resources between multiple users (via [resource quota](/docs/concepts/policy/resource-quotas/)).