AllowedFlexVolumePatch

data class AllowedFlexVolumePatch(val driver: String? = null)

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

Constructors

Link copied to clipboard
constructor(driver: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val driver: String? = null

driver is the name of the Flexvolume driver.