Changes all API Objects to CamelCase (e.g Stateful Set becomes

StatefulSet and Persistent Volume becomes PersistentVolume)
This commit is contained in:
Kenneth Owens
2016-11-29 09:55:02 -08:00
parent 92f8d24d47
commit 349e41f634
3 changed files with 34 additions and 34 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ The Concepts section of the Kubernetes documentation is a work in progress.
* [Annotations](/docs/concepts/object-metadata/annotations/)
#### Controllers
* [Stateful Sets](/docs/concepts/controllers/statefulsets/)
* [StatefulSets](/docs/concepts/controllers/statefulsets/)
### What's next