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)
"Defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts."
fn withSecretName
withSecretName(secretName)
"the name of secret that contains Azure Storage Account Name and Key"
fn withSecretNamespace
withSecretNamespace(secretNamespace)
"the namespace of the secret that contains Azure Storage Account Name and Key default is the same as the Pod"
fn withShareName
withShareName(shareName)
"Share Name"