NFSVolume Source Patch
data class NFSVolumeSourcePatch(val path: String? = null, val readOnly: Boolean? = null, val server: String? = null)
Represents an NFS mount that lasts the lifetime of a pod. NFS volumes do not support ownership management or SELinux relabeling.