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
constructor(driver: Output<String>? = null)

Properties

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

driver is the name of the Flexvolume driver.

Functions

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