AllowedFlexVolumePatchArgs

data class AllowedFlexVolumePatchArgs(val driver: Output<String>? = null) : ConvertibleToJava<AllowedFlexVolumePatchArgs>

AllowedFlexVolume represents a single Flexvolume that is allowed to be used.

Constructors

Link copied to clipboard
fun AllowedFlexVolumePatchArgs(driver: Output<String>? = null)

Functions

Link copied to clipboard
open override fun toJava(): AllowedFlexVolumePatchArgs

Properties

Link copied to clipboard
val driver: Output<String>? = null

driver is the name of the Flexvolume driver.