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