Typo in storage docs

Fix typo in  storage docs storageClasName -> storageClassName
This commit is contained in:
Gytis
2017-04-07 10:43:54 +03:00
committed by Andrew Chen
parent 07f4aec19f
commit 324027450b
+1 -1
View File
@@ -318,7 +318,7 @@ A claim can request a particular class by specifying the name of a
Only PVs of the requested class, ones with the same `storageClassName` as the PVC, can
be bound to the PVC.
PVCs don't necessarily have to request a class. A PVC with its `storageClasName` set
PVCs don't necessarily have to request a class. A PVC with its `storageClassName` set
equal to `""` is always interpreted to be requesting a PV with no class, so it
can only be bound to PVs with no class (no annotation or one set equal to
`""`). A PVC with no `storageClassName` is not quite the same and is treated differently