Merge pull request #5998 from karthequian/patch-5

Typo
reviewable/pr5928/r4
Joseph Heck 2017-10-22 08:55:36 -07:00 committed by GitHub
commit 62e5e45740
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,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 are a way to divide cluster resources between multiple uses (via [resource quota](/docs/concepts/policy/resource-quotas/)).
Namespaces are a way to divide cluster resources between multiple users (via [resource quota](/docs/concepts/policy/resource-quotas/)).
In future versions of Kubernetes, objects in the same namespace will have the same
access control policies by default.