Use CamelCase for API objects

This commit is contained in:
Anthony Yeh
2016-11-29 10:04:17 -08:00
parent 7b64235499
commit fd7c8eee4f
3 changed files with 42 additions and 42 deletions
+4 -4
View File
@@ -1,4 +1,4 @@
You need to either have a dynamic Persistent Volume provisioner with a default
[Storage Class](/docs/user-guide/persistent-volumes/#storageclasses),
or [statically provision Persistent Volumes](/docs/user-guide/persistent-volumes/#provisioning)
yourself to satisfy the Persistent Volume Claims used here.
You need to either have a dynamic PersistentVolume provisioner with a default
[StorageClass](/docs/user-guide/persistent-volumes/#storageclasses),
or [statically provision PersistentVolumes](/docs/user-guide/persistent-volumes/#provisioning)
yourself to satisfy the PersistentVolumeClaims used here.