core.v1.azureFilePersistentVolumeSource
"AzureFile represents an Azure File Service mount on the host and bind mount to the pod."
Index
fn withReadOnly(readOnly)
fn withSecretName(secretName)
fn withSecretNamespace(secretNamespace)
fn withShareName(shareName)
Fields
fn withReadOnly
withReadOnly(readOnly)
"readOnly defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts."
fn withSecretName
withSecretName(secretName)
"secretName is the name of secret that contains Azure Storage Account Name and Key"
fn withSecretNamespace
withSecretNamespace(secretNamespace)
"secretNamespace is the namespace of the secret that contains Azure Storage Account Name and Key default is the same as the Pod"
fn withShareName
withShareName(shareName)
"shareName is the azure Share Name"