AzureFilePersistentVolumeSource

data class AzureFilePersistentVolumeSource(val readOnly: Boolean? = null, val secretName: String, val secretNamespace: String? = null, 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, secretNamespace: String? = null, 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
val secretNamespace: String? = null

secretNamespace is the namespace of the secret that contains Azure Storage Account Name and Key default is the same as the Pod

Link copied to clipboard

shareName is the azure Share Name