Azure File Persistent Volume Source Patch
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
fun AzureFilePersistentVolumeSourcePatch(readOnly: Boolean? = null, secretName: String? = null, secretNamespace: String? = null, shareName: String? = null)