diff options
| author | Jianfei Hu <jianfeih@google.com> | 2018-12-07 11:05:47 -0800 |
|---|---|---|
| committer | Jianfei Hu <jianfeih@google.com> | 2018-12-07 11:05:47 -0800 |
| commit | 7980908c2ff41bc78836e628fa0c903ea4b3587f (patch) | |
| tree | 4d449e93ce44499e959674089d2cc4a063f4ee2d | |
| parent | 1842ee6ace27d7a95dc584184dea0b72ad0876a8 (diff) | |
remove whitespace and add quote.
| -rw-r--r-- | contributors/devel/flexvolume.md | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/contributors/devel/flexvolume.md b/contributors/devel/flexvolume.md index 911eb50b..b58167c6 100644 --- a/contributors/devel/flexvolume.md +++ b/contributors/devel/flexvolume.md @@ -121,15 +121,15 @@ Note: Secrets are passed only to "mount/unmount" call-outs. ``` "kubernetes.io/fsType":"<FS type>", -"kubernetes.io/readwrite": <rw>, -"kubernetes.io/fsGroup": <FS group>, -"kubernetes.io/mountsDir": <string>, -"kubernetes.io/pvOrVolumeName": <Volume name if the volume is in-line in the pod spec; PV name if the volume is a PV> - -"kubernetes.io/pod.name": <string>, -"kubernetes.io/pod.namespace": <string>, -"kubernetes.io/pod.uid": <string>, -"kubernetes.io/serviceAccount.name": <string>, +"kubernetes.io/readwrite":"<rw>", +"kubernetes.io/fsGroup":"<FS group>", +"kubernetes.io/mountsDir":"<string>", +"kubernetes.io/pvOrVolumeName":"<Volume name if the volume is in-line in the pod spec; PV name if the volume is a PV>" + +"kubernetes.io/pod.name":"<string>", +"kubernetes.io/pod.namespace":"<string>", +"kubernetes.io/pod.uid":"<string>", +"kubernetes.io/serviceAccount.name":"<string>", "kubernetes.io/secret/key1":"<secret1>" ... |
