Add the missing double quote " for zh doc

This commit is contained in:
Dominic Yin 2020-05-03 10:31:18 +08:00
parent c571501631
commit 132728ef03
No known key found for this signature in database
GPG Key ID: DDEC5F1F35BEB6EF
1 changed files with 1 additions and 1 deletions

View File

@ -196,7 +196,7 @@ by quotas:
<table>
<tr><th>String</th><th>API Object</th></tr>
<tr><td>"pods"</td><td>Pod</td></tr>
<tr><td>"services</td><td>Service</td></tr>
<tr><td>"services"</td><td>Service</td></tr>
<tr><td>"replicationcontrollers"</td><td>ReplicationController</td></tr>
<tr><td>"resourcequotas"</td><td>ResourceQuota</td></tr>
<tr><td>"secrets"</td><td>Secret</td></tr>