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>
pull/14198/head
zdeisidr 2019-05-07 08:11:40 +02:00 committed by Kubernetes Prow Robot
parent d281cb567a
commit 762ef0ba62
1 changed files with 1 additions and 1 deletions

View File

@ -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/)).