File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
content/zh-cn/docs/concepts/policy Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -371,7 +371,7 @@ The following types are supported:
371
371
| `resourcequotas` | The total number of ResourceQuotas that can exist in the namespace. |
372
372
| `services` | The total number of Services that can exist in the namespace. |
373
373
| `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. |
375
375
| `secrets` | The total number of Secrets that can exist in the namespace. |
376
376
-->
377
377
| 资源名称 | 描述 |
@@ -383,7 +383,7 @@ The following types are supported:
383
383
| ` resourcequotas ` | 在该命名空间中允许存在的 ResourceQuota 总数上限。 |
384
384
| ` services ` | 在该命名空间中允许存在的 Service 总数上限。 |
385
385
| ` services.loadbalancers ` | 在该命名空间中允许存在的 LoadBalancer 类型的 Service 总数上限。 |
386
- | ` services.nodeports ` | 在该命名空间中允许存在的 NodePort 类型的 Service 总数上限。 |
386
+ | ` services.nodeports ` | 在该命名空间中允许存在的 NodePort 或 LoadBalancer 类型的 Service 的 NodePort 总数上限。 |
387
387
| ` secrets ` | 在该命名空间中允许存在的 Secret 总数上限。 |
388
388
389
389
<!--
You can’t perform that action at this time.
0 commit comments