File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
content/zh/docs/tasks/administer-cluster Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -172,16 +172,16 @@ by quotas:
172
172
下面这些字符串可被用来标识那些能被配额限制的 API 资源:
173
173
174
174
<table >
175
- <tr ><th >String </th ><th >API Object </th ></tr >
175
+ <tr ><th >字符串 </th ><th >API 对象 </th ></tr >
176
176
<tr ><td >"pods"</td ><td >Pod</td ></tr >
177
177
<tr ><td >"services"</td ><td >Service</td ></tr >
178
178
<tr ><td >"replicationcontrollers"</td ><td >ReplicationController</td ></tr >
179
179
<tr ><td >"resourcequotas"</td ><td >ResourceQuota</td ></tr >
180
180
<tr ><td >"secrets"</td ><td >Secret</td ></tr >
181
181
<tr ><td >"configmaps"</td ><td >ConfigMap</td ></tr >
182
182
<tr ><td >"persistentvolumeclaims"</td ><td >PersistentVolumeClaim</td ></tr >
183
- <tr ><td >"services.nodeports"</td ><td >Service of type NodePort </td ></tr >
184
- <tr ><td >"services.loadbalancers"</td ><td >Service of type LoadBalancer </td ></tr >
183
+ <tr ><td >"services.nodeports"</td ><td >NodePort 类型的 Service </td ></tr >
184
+ <tr ><td >"services.loadbalancers"</td ><td >LoadBalancer 类型的 Service </td ></tr >
185
185
</table >
186
186
187
187
<!--
You can’t perform that action at this time.
0 commit comments