Azure File Volume Source Patch
data class AzureFileVolumeSourcePatch(val readOnly: Boolean? = null, val secretName: 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 AzureFileVolumeSourcePatch(readOnly: Boolean? = null, secretName: String? = null, shareName: String? = null)