ServiceTemplateSpecVolumeNfs

data class ServiceTemplateSpecVolumeNfs(val path: String, val readOnly: Boolean? = null, val server: String)

Constructors

Link copied to clipboard
constructor(path: String, readOnly: Boolean? = null, server: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Path exported by the NFS server

Link copied to clipboard
val readOnly: Boolean? = null

If true, mount the NFS volume as read only in all mounts. Defaults to false.

Link copied to clipboard

IP address or hostname of the NFS server