Changes all API object references to PascalCase (e.g Stateful Set

becomes StatefulSet)
This commit is contained in:
Kenneth Owens
2016-11-29 10:01:38 -08:00
committed by Devin Donnelly
parent 3b7ba00300
commit 6b74ab79be
3 changed files with 90 additions and 90 deletions
+1 -1
View File
@@ -22,7 +22,7 @@ each of which has a sequence of steps.
* [Running a Single-Instance Stateful Application](/docs/tutorials/stateful-application/run-stateful-application/)
* [Running a Replicated Stateful Application](/docs/tutorials/stateful-application/run-replicated-stateful-application/)
* [Stateful Set Basics](/docs/tutorials/stateful-application/basic-stateful-set/)
* [StatefulSet Basics](/docs/tutorials/stateful-application/basic-stateful-set/)
### What's next