volumeAttributes property

Map<String, String>? volumeAttributes
final

volumeAttributes stores driver-specific properties that are passed to the CSI driver. Consult your driver's documentation for supported values.

Implementation

final Map<String, String>? volumeAttributes;