Skip to content

Commit

Permalink
Merge pull request kubernetes#2052 from jjyr/patch-1
Browse files Browse the repository at this point in the history
fix some links
  • Loading branch information
bgrant0607 committed Oct 30, 2014
2 parents 1007743 + af845a6 commit ff9befe
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/access.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,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.

Namespaces are described in [namespace.md](docs/namespaces.md).
Namespaces are described in [namespace.md](namespaces.md).

In the Enterprise Profile:
- a `userAccount` may have permission to access several `namespace`s.
Expand All @@ -151,7 +151,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/labels.md](docs/labels.md)) 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.
- `labels` (see [docs/labels.md](labels.md)) 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.
- `namespace`s prevent name collisions between uncoordinated groups of people, and provide a place to attach common policies for co-operating groups of people.


Expand Down Expand Up @@ -212,7 +212,7 @@ Policy objects may be applicable only to a single namespace or to all namespaces

## Accounting

The API should have a `quota` concept (see https://github.com/GoogleCloudPlatform/kubernetes/issues/442). A quota object relates a namespace (and optionally a label selector) to a maximum quantity of resources that may be used (see [resources.md](docs/resources.md)).
The API should have a `quota` concept (see https://github.com/GoogleCloudPlatform/kubernetes/issues/442). A quota object relates a namespace (and optionally a label selector) to a maximum quantity of resources that may be used (see [resources.md](resources.md)).

Initially:
- a `quota` object is immutable.
Expand Down

0 comments on commit ff9befe

Please sign in to comment.