change the StatefulSet to ReplicaSet in reference (#5968)

This commit is contained in:
jianglingxia
2017-10-24 01:57:20 +08:00
committed by zacharysarah
parent fc1af91126
commit cfcbd41765
+2 -2
View File
@@ -167,7 +167,7 @@ In Kubernetes 1.9, our goal is to address any feedback on the apps/v1beta2 group
<td>ReplicaSet</td>
<td>apps</td>
<td>v1</td>
<td>StatefulSet</td>
<td>ReplicaSet</td>
</tr>
<tr>
<td>apps</td>
@@ -258,4 +258,4 @@ Because users will continue to depend on extensions/v1beta1, apps/v1beta1, and a
<td>v1beta2</td>
<td>StatefulSet</td>
</tr>
</table>
</table>