Add storageClass.mountOptions and use it in all applicable plugins

This commit is contained in:
Matthew Wong
2017-08-23 17:29:54 -04:00
parent 25da6e64e2
commit 5e772b8e4b
17 changed files with 69 additions and 6 deletions

View File

@@ -50,6 +50,8 @@ type VolumeOptions struct {
// Reclamation policy for a persistent volume
PersistentVolumeReclaimPolicy v1.PersistentVolumeReclaimPolicy
// Mount options for a persistent volume
MountOptions []string
// Suggested PV.Name of the PersistentVolume to provision.
// This is a generated name guaranteed to be unique in Kubernetes cluster.
// If you choose not to use it as volume name, ensure uniqueness by either