Kubernetes Cluster Storage Profile
data class KubernetesClusterStorageProfile(val blobDriverEnabled: Boolean? = null, val diskDriverEnabled: Boolean? = null, val fileDriverEnabled: Boolean? = null, val snapshotControllerEnabled: Boolean? = null)
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
.