From d50af6c6bfb2bb54288e6acaa1f23d96af6ce311 Mon Sep 17 00:00:00 2001 From: Masahiro Sano Date: Sun, 5 Apr 2015 18:56:03 +0900 Subject: [PATCH] fix broken tables in docs/resouce_quota_admin.md --- docs/resource_quota_admin.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/resource_quota_admin.md b/docs/resource_quota_admin.md index 0e9f812fb15..7e87b152486 100644 --- a/docs/resource_quota_admin.md +++ b/docs/resource_quota_admin.md @@ -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.