AzureFileVolumeSource

data class AzureFileVolumeSource(val readOnly: Boolean? = null, val secretName: String, val shareName: String)

AzureFile represents an Azure File Service mount on the host and bind mount to the pod.

Constructors

Link copied to clipboard
constructor(readOnly: Boolean? = null, secretName: String, shareName: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val readOnly: Boolean? = null

readOnly defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts.

Link copied to clipboard

secretName is the name of secret that contains Azure Storage Account Name and Key

Link copied to clipboard

shareName is the azure share Name