Add the missing double quote (")
missing double quote (") after the word services in the last tablepull/20721/head
parent
652e361bf6
commit
1a1028ac76
|
@ -122,7 +122,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>
|
||||
|
|
Loading…
Reference in New Issue