AzureFilePersistentVolumeSourcePatch

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

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? = null, secretNamespace: String? = null, shareName: String? = null)

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
val secretName: String? = null

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
val shareName: String? = null

shareName is the azure Share Name