Merge pull request #35124 from javadoors/patch-16

[zh-cn]Fix wrong translation "namespace" "命令空间"
This commit is contained in:
Kubernetes Prow Robot
2022-07-18 23:32:06 -07:00
committed by GitHub
@@ -33,7 +33,7 @@ be created in a namespace by type, as well as the total amount of compute resour
be consumed by resources in that namespace.
-->
资源配额,通过 `ResourceQuota` 对象来定义,对每个命名空间的资源消耗总量提供限制。
它可以限制命名空间中某种类型的对象的总数目上限,也可以限制命空间中的 Pod 可以使用的计算资源的总上限。
它可以限制命名空间中某种类型的对象的总数目上限,也可以限制命空间中的 Pod 可以使用的计算资源的总上限。
<!--
Resource quotas work like this: