AllowedCSIDriverPatchArgs

data class AllowedCSIDriverPatchArgs(val name: Output<String>? = null) : ConvertibleToJava<AllowedCSIDriverPatchArgs>

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

Constructors

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

Properties

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

Name is the registered name of the CSI driver

Functions

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