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