fix broken tables in docs/resouce_quota_admin.md

This commit is contained in:
Masahiro Sano 2015-04-05 18:56:03 +09:00
parent c048e6fcbf
commit d50af6c6bf

View File

@ -18,6 +18,7 @@ Resource Quota is enforced in a particular namespace when there is a
## Object Count Quota
The number of objects of a given type can be restricted. The following types
are supported:
| ResourceName | Description |
| ------------ | ----------- |
| pods | Total number of pods |
@ -36,8 +37,7 @@ are supported:
| ------------ | ----------- |
| cpu | Total cpu limits of containers |
| memory | Total memory usage limits of containers
| `example.com/customresource` | Total of
`resources.limits."example.com/customresource"` of containers |
| `example.com/customresource` | Total of `resources.limits."example.com/customresource"` of containers |
For example, `cpu` quota sums up the `resources.limits.cpu` fields of every
container of every pod in the namespace, and enforces a maximum on that sum.