KubernetesClusterStorageProfile

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

Constructors

Link copied to clipboard
constructor(blobDriverEnabled: Boolean? = null, diskDriverEnabled: Boolean? = null, diskDriverVersion: String? = 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

Disk CSI Driver version to be used. Possible values are v1 and v2. Defaults to v1.

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.