Skip to content

Commit 159bdef

Browse files
committed
[zh-cn] sync resource-quotas.md
Signed-off-by: xin.li <xin.li@daocloud.io>
1 parent 757655a commit 159bdef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/zh-cn/docs/concepts/policy/resource-quotas.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -371,7 +371,7 @@ The following types are supported:
371371
| `resourcequotas` | The total number of ResourceQuotas that can exist in the namespace. |
372372
| `services` | The total number of Services that can exist in the namespace. |
373373
| `services.loadbalancers` | The total number of Services of type `LoadBalancer` that can exist in the namespace. |
374-
| `services.nodeports` | The total number of Services of type `NodePort` that can exist in the namespace. |
374+
| `services.nodeports` | The total number of `NodePorts` allocated to Services of type `NodePort` or `LoadBalancer` that can exist in the namespace. |
375375
| `secrets` | The total number of Secrets that can exist in the namespace. |
376376
-->
377377
| 资源名称 | 描述 |
@@ -383,7 +383,7 @@ The following types are supported:
383383
| `resourcequotas` | 在该命名空间中允许存在的 ResourceQuota 总数上限。 |
384384
| `services` | 在该命名空间中允许存在的 Service 总数上限。 |
385385
| `services.loadbalancers` | 在该命名空间中允许存在的 LoadBalancer 类型的 Service 总数上限。 |
386-
| `services.nodeports` | 在该命名空间中允许存在的 NodePort 类型的 Service 总数上限。 |
386+
| `services.nodeports` | 在该命名空间中允许存在的 NodePort 或 LoadBalancer 类型的 Service 的 NodePort 总数上限。 |
387387
| `secrets` | 在该命名空间中允许存在的 Secret 总数上限。 |
388388

389389
<!--

0 commit comments

Comments
 (0)