Merge pull request #20721 from ShivamGoyal1899/patch-1

Add the missing double quote (")
This commit is contained in:
Kubernetes Prow Robot
2020-05-02 14:44:26 -07:00
committed by GitHub
@@ -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>