diff options
| author | Kubernetes Prow Robot <k8s-ci-robot@users.noreply.github.com> | 2019-01-07 13:04:30 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-01-07 13:04:30 -0800 |
| commit | 2c5614f27ff05bf6d1f0e3f9cde8e05f954959df (patch) | |
| tree | 6b68db7af62e7fc3d96e946e97cce1cadcec9312 | |
| parent | 2ae88210ccf5ef2a7e5a5c39ad7c65b1cb16de2e (diff) | |
| parent | 1b775253d3a0311c06da75f19334d25f5a35e174 (diff) | |
Merge pull request #1985 from incfly/patch-2
Add more attributes into FlexVolume options field.
| -rw-r--r-- | contributors/devel/flexvolume.md | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/contributors/devel/flexvolume.md b/contributors/devel/flexvolume.md index 96fbf241..12c46382 100644 --- a/contributors/devel/flexvolume.md +++ b/contributors/devel/flexvolume.md @@ -130,7 +130,14 @@ 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/secret/key1":"<secret1>" ... "kubernetes.io/secret/keyN":"<secretN>" |
