VendorParametersPatch

data class VendorParametersPatch(val driverName: String? = null, val parameters: JsonElement? = null)

VendorParameters are opaque parameters for one particular driver.

Constructors

Link copied to clipboard
constructor(driverName: String? = null, parameters: JsonElement? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val driverName: String? = null

DriverName is the name used by the DRA driver kubelet plugin.

Link copied to clipboard
val parameters: JsonElement? = null

Parameters can be arbitrary setup parameters. They are ignored while allocating a claim.