GcePersistentDiskCsiDriverConfigArgs

data class GcePersistentDiskCsiDriverConfigArgs(val enabled: Output<Boolean>? = null) : ConvertibleToJava<GcePersistentDiskCsiDriverConfigArgs>

Configuration for the Compute Engine PD CSI driver.

Constructors

Link copied to clipboard
fun GcePersistentDiskCsiDriverConfigArgs(enabled: Output<Boolean>? = null)

Functions

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

Properties

Link copied to clipboard
val enabled: Output<Boolean>? = null

Whether the Compute Engine PD CSI driver is enabled for this cluster.