Skip to content

Commit ddb1892

Browse files
author
Tim Bannister
committed
Fix heading capitalization
Use sentence case for headings.
1 parent b1c2faf commit ddb1892

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

content/en/docs/concepts/storage/storage-classes.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ For example, NFS doesn't provide an internal provisioner, but an external
120120
provisioner can be used. There are also cases when 3rd party storage
121121
vendors provide their own external provisioner.
122122

123-
## Reclaim Policy
123+
## Reclaim policy
124124

125125
PersistentVolumes that are dynamically created by a StorageClass will have the
126126
[reclaim policy](/docs/concepts/storage/persistent-volumes/#reclaiming)
@@ -131,7 +131,7 @@ StorageClass object is created, it will default to `Delete`.
131131
PersistentVolumes that are created manually and managed via a StorageClass will have
132132
whatever reclaim policy they were assigned at creation.
133133

134-
## Volume Expansion {#allow-volume-expansion}
134+
## Volume expansion {#allow-volume-expansion}
135135

136136
PersistentVolumes can be configured to be expandable. This allows you to resize the
137137
volume by editing the corresponding PVC object, requesting a new larger amount of
@@ -156,7 +156,7 @@ StorageClass has the field `allowVolumeExpansion` set to true.
156156
You can only use the volume expansion feature to grow a Volume, not to shrink it.
157157
{{< /note >}}
158158

159-
## Mount Options
159+
## Mount options
160160

161161
PersistentVolumes that are dynamically created by a StorageClass will have the
162162
mount options specified in the `mountOptions` field of the class.
@@ -165,7 +165,7 @@ If the volume plugin does not support mount options but mount options are
165165
specified, provisioning will fail. Mount options are **not** validated on either
166166
the class or PV. If a mount option is invalid, the PV mount fails.
167167

168-
## Volume Binding Mode
168+
## Volume binding mode
169169

170170
The `volumeBindingMode` field controls when
171171
[volume binding and dynamic provisioning](/docs/concepts/storage/persistent-volumes/#provisioning)
@@ -227,7 +227,7 @@ spec:
227227
name: task-pv-storage
228228
```
229229
230-
## Allowed Topologies
230+
## Allowed topologies
231231
232232
When a cluster operator specifies the `WaitForFirstConsumer` volume binding mode, it is no longer necessary
233233
to restrict provisioning to specific topologies in most situations. However,
@@ -523,7 +523,7 @@ In a multi-tenancy context, it is strongly recommended to set the value for
523523
`secretNamespace` explicitly, otherwise the storage account credentials may
524524
be read by other users.
525525

526-
### Portworx Volume (deprecated) {#portworx-volume}
526+
### Portworx volume (deprecated) {#portworx-volume}
527527

528528
```yaml
529529
apiVersion: storage.k8s.io/v1

0 commit comments

Comments
 (0)