AllowedCSIDriverPatch

data class AllowedCSIDriverPatch(val name: String? = null)

AllowedCSIDriver represents a single inline CSI Driver that is allowed to be used.

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val name: String? = null

Name is the registered name of the CSI driver