NFSVolumeSource

io.k8s.api.core.v1.NFSVolumeSource
See theNFSVolumeSource companion object
final case class NFSVolumeSource(path: String, server: String, readOnly: Option[Boolean])

Represents an NFS mount that lasts the lifetime of a pod. NFS volumes do not support ownership management or SELinux relabeling.

Attributes

Companion:
object
Source:
NFSVolumeSource.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

transforms path to result of function

transforms path to result of function

Attributes

Source:
NFSVolumeSource.scala

if readOnly has a value, transforms to the result of function

if readOnly has a value, transforms to the result of function

Attributes

Source:
NFSVolumeSource.scala

transforms server to result of function

transforms server to result of function

Attributes

Source:
NFSVolumeSource.scala

Returns a new data with path set to new value

Returns a new data with path set to new value

Attributes

Source:
NFSVolumeSource.scala

Returns a new data with readOnly set to new value

Returns a new data with readOnly set to new value

Attributes

Source:
NFSVolumeSource.scala

Returns a new data with server set to new value

Returns a new data with server set to new value

Attributes

Source:
NFSVolumeSource.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product