diff options
| author | Alex Robinson <arob@google.com> | 2015-07-19 05:58:13 +0000 |
|---|---|---|
| committer | Alex Robinson <arob@google.com> | 2015-07-19 09:05:17 +0000 |
| commit | 4bef20df2177f38a04f0cab82d8d1ca5abe8be5c (patch) | |
| tree | 698aa33698e6ca0762c43c7350675b8f2caeeccd /persistent-storage.md | |
| parent | fabd20afce30e947425346fa2938ad0edfa8b867 (diff) | |
Replace ``` with ` when emphasizing something inline in docs/
Diffstat (limited to 'persistent-storage.md')
| -rw-r--r-- | persistent-storage.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/persistent-storage.md b/persistent-storage.md index 3e9edd3e..d064e701 100644 --- a/persistent-storage.md +++ b/persistent-storage.md @@ -65,7 +65,7 @@ Kubernetes makes no guarantees at runtime that the underlying storage exists or #### Describe available storage -Cluster administrators use the API to manage *PersistentVolumes*. A custom store ```NewPersistentVolumeOrderedIndex``` will index volumes by access modes and sort by storage capacity. The ```PersistentVolumeClaimBinder``` watches for new claims for storage and binds them to an available volume by matching the volume's characteristics (AccessModes and storage size) to the user's request. +Cluster administrators use the API to manage *PersistentVolumes*. A custom store `NewPersistentVolumeOrderedIndex` will index volumes by access modes and sort by storage capacity. The `PersistentVolumeClaimBinder` watches for new claims for storage and binds them to an available volume by matching the volume's characteristics (AccessModes and storage size) to the user's request. PVs are system objects and, thus, have no namespace. |
