diff options
| author | yeasy <yangbaohua@gmail.com> | 2016-03-15 15:19:15 +0800 |
|---|---|---|
| committer | Eric Paris <eparis@redhat.com> | 2016-03-15 18:39:47 -0400 |
| commit | 3f92a009dae62fcb572fcde63e5d967c617d3150 (patch) | |
| tree | af3df61ca6e9b72711388ff0f702368928592ae9 | |
| parent | 291e9bcd9b94dc620836cc0de43e2c27103e20cd (diff) | |
Remove duplicated words
| -rw-r--r-- | access.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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). |
