KubernetesClusterStorageProfile

data class KubernetesClusterStorageProfile(val blobDriverEnabled: Boolean? = null, val diskDriverEnabled: Boolean? = null, val fileDriverEnabled: Boolean? = null, val snapshotControllerEnabled: Boolean? = null)

Constructors

Link copied to clipboard
constructor(blobDriverEnabled: Boolean? = null, diskDriverEnabled: Boolean? = null, fileDriverEnabled: Boolean? = null, snapshotControllerEnabled: Boolean? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Is the Blob CSI driver enabled? Defaults to false.

Link copied to clipboard

Is the Disk CSI driver enabled? Defaults to true.

Link copied to clipboard

Is the File CSI driver enabled? Defaults to true.

Link copied to clipboard

Is the Snapshot Controller enabled? Defaults to true.