summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author陈宏 <chenhong@ghostcloud.cn>2017-11-15 14:13:27 +0800
committer陈宏 <chenhong@ghostcloud.cn>2017-11-15 14:13:27 +0800
commit3d9ae9f71018ad2206a45f6cb24268b4ec309f25 (patch)
treed6a890f7710f53663ac3a1ca2856221336411e15
parentea045e2fd296bec459cde3eba97acf96ac34fd11 (diff)
update access.md
-rw-r--r--contributors/design-proposals/auth/access.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/contributors/design-proposals/auth/access.md b/contributors/design-proposals/auth/access.md
index 549a922d..927bb033 100644
--- a/contributors/design-proposals/auth/access.md
+++ b/contributors/design-proposals/auth/access.md
@@ -212,7 +212,7 @@ 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).
+Namespaces are described in [namespaces](../architecture/namespaces.md).
In the Enterprise Profile:
- a `userAccount` may have permission to access several `namespace`s.
@@ -223,7 +223,7 @@ In the Simple Profile:
Namespaces versus userAccount vs. Labels:
- `userAccount`s are intended for audit logging (both name and UID should be
logged), and to define who has access to `namespace`s.
-- `labels` (see [docs/user-guide/labels.md](../../docs/user-guide/labels.md))
+- `labels` (see [labels](https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/))
should be used to distinguish pods, users, and other objects that cooperate
towards a common goal but are different in some way, such as version, or
responsibilities.
@@ -326,7 +326,7 @@ namespaces, or to make a K8s User into a K8s Project Admin.)
The API should have a `quota` concept (see http://issue.k8s.io/442). A quota
object relates a namespace (and optionally a label selector) to a maximum
-quantity of resources that may be used (see [resources design doc](resources.md)).
+quantity of resources that may be used (see [resources design doc](../scheduling/resources.md)).
Initially:
- A `quota` object is immutable.