JobTemplateTemplateVolumeNfs

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

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val path: String? = null

Path that is exported by the NFS server.

Link copied to clipboard
val readOnly: Boolean? = null

If true, mount this volume as read-only in all mounts.

Link copied to clipboard

Hostname or IP address of the NFS server.