AllowedFlexVolumeArgs

data class AllowedFlexVolumeArgs(val driver: Output<String>) : ConvertibleToJava<AllowedFlexVolumeArgs>

AllowedFlexVolume represents a single Flexvolume that is allowed to be used. Deprecated: use AllowedFlexVolume from policy API Group instead.

Constructors

Link copied to clipboard
constructor(driver: Output<String>)

Properties

Link copied to clipboard
val driver: Output<String>

driver is the name of the Flexvolume driver.

Functions

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