mountOptions property

List<String>? mountOptions
final

Controls the mount options for dynamically provisioned PersistentVolumes of this storage class. e.g. ["ro", "soft"]. Not validated - mount of the PVs will simply fail if one is invalid.

Implementation

final List<String>? mountOptions;