Merge pull request #23015 from eparis/typo

Auto commit by PR queue bot
This commit is contained in:
k8s-merge-robot 2016-03-15 16:56:29 -07:00
commit 5044c7690b

View File

@ -181,7 +181,7 @@ Improvements:
### Namespaces
K8s will have a have a `namespace` API object. It is similar to a Google Compute Engine `project`. It provides a namespace for objects created by a group of people co-operating together, preventing name collisions with non-cooperating groups. It also serves as a reference point for authorization policies.
K8s will have a `namespace` API object. It is similar to a Google Compute Engine `project`. It provides a namespace for objects created by a group of people co-operating together, preventing name collisions with non-cooperating groups. It also serves as a reference point for authorization policies.
Namespaces are described in [namespaces.md](namespaces.md).