Add more attributes into FlexVolume options field.
Based on the source code, 4685df26dd/pkg/volume/flexvolume/driver-call.go (L48)
This commit is contained in:
parent
e83e816153
commit
7478822193
|
@ -122,6 +122,12 @@ Note: Secrets are passed only to "mount/unmount" call-outs.
|
|||
```
|
||||
"kubernetes.io/fsType":"<FS type>",
|
||||
"kubernetes.io/readwrite":"<rw>",
|
||||
|
||||
"kubernetes.io/pod.name": <string>,
|
||||
"kubernetes.io/pod.namespace": <string>,
|
||||
"kubernetes.io/serviceAccount.name": <string>,
|
||||
"kubernetes.io/pod.uid": <string>,
|
||||
|
||||
"kubernetes.io/secret/key1":"<secret1>"
|
||||
...
|
||||
"kubernetes.io/secret/keyN":"<secretN>"
|
||||
|
|
Loading…
Reference in New Issue