Skip to content

Commit

Permalink
change the StatefulSet to ReplicaSet in reference (kubernetes#5968)
Browse files Browse the repository at this point in the history
  • Loading branch information
jianglingxia authored and bsteciuk committed Dec 1, 2017
1 parent daaa846 commit b8b7320
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/reference/workloads-18-19.md
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down Expand Up @@ -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>

0 comments on commit b8b7320

Please sign in to comment.