V1AzureFilePersistentVolumeSource

March 28, 2026 ยท View on GitHub

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

Properties

NameTypeDescriptionNotes
read_onlyboolreadOnly defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts.[optional]
secret_namestrsecretName is the name of secret that contains Azure Storage Account Name and Key
secret_namespacestrsecretNamespace is the namespace of the secret that contains Azure Storage Account Name and Key default is the same as the Pod[optional]
share_namestrshareName is the azure Share Name

[Back to Model list] [Back to API list] [Back to README]