trailing whitespace

This commit is contained in:
Matthew Wong
2016-08-23 19:16:22 -04:00
parent 3e0e58bf16
commit 8593aa43f8
+2 -2
View File
@@ -29,7 +29,7 @@ how those volumes are implemented. For these needs there is the `StorageClass`
resource. resource.
A `StorageClass` provides a way for administrators to describe the "classes" of A `StorageClass` provides a way for administrators to describe the "classes" of
storage they offer. Different classes might map to quality-of-service levels, storage they offer. Different classes might map to quality-of-service levels,
or to backup policies, or to arbitrary policies determined by the cluster or to backup policies, or to arbitrary policies determined by the cluster
administrators. Kubernetes itself is unopinionated about what classes administrators. Kubernetes itself is unopinionated about what classes
represent. This concept is sometimes called "profiles" in other storage represent. This concept is sometimes called "profiles" in other storage
@@ -305,7 +305,7 @@ created.
Administrators can specify a default `StorageClass` just for PVCs that don't Administrators can specify a default `StorageClass` just for PVCs that don't
request any particular class to bind to: see the request any particular class to bind to: see the
[`PersistentVolumeClaim` section](docs/user-guide/persistent-volumes/index/#class-1) [`PersistentVolumeClaim` section](docs/user-guide/persistent-volumes/#class-1)
for details. for details.
```yaml ```yaml