Flex Volume Source Args
data class FlexVolumeSourceArgs(val driver: Output<String>, val fsType: Output<String>? = null, val options: Output<Map<String, String>>? = null, val readOnly: Output<Boolean>? = null, val secretRef: Output<LocalObjectReferenceArgs>? = null) : ConvertibleToJava<FlexVolumeSourceArgs>
FlexVolume represents a generic volume resource that is provisioned/attached using an exec based plugin.
Constructors
Link copied to clipboard
fun FlexVolumeSourceArgs(driver: Output<String>, fsType: Output<String>? = null, options: Output<Map<String, String>>? = null, readOnly: Output<Boolean>? = null, secretRef: Output<LocalObjectReferenceArgs>? = null)