From 496012e3c6053d2a500e0682a31f5ed84428666b Mon Sep 17 00:00:00 2001 From: radhikapc Date: Tue, 5 Dec 2017 16:13:14 -0600 Subject: [PATCH] added resource quota glosary item --- _data/glossary/resource-quota.yaml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 _data/glossary/resource-quota.yaml diff --git a/_data/glossary/resource-quota.yaml b/_data/glossary/resource-quota.yaml new file mode 100644 index 0000000000..b8e8adf4f8 --- /dev/null +++ b/_data/glossary/resource-quota.yaml @@ -0,0 +1,11 @@ +id: resource-quota +name: Resource Quotas +full-link: /docs/concepts/policy/resource-quotas/ +tags: +- fundamental +- operation +- architecture +short-description: > + Provides constraints that limit aggregate resource consumption per {% glossary_tooltip term_id="namespace" %}. +long-description: > + Limits the quantity of objects that can be created in a namespace by type, as well as the total amount of compute resources that may be consumed by resources in that project.