NFSVolumeSource

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.

Source:
NFSVolumeSource.scala
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

transforms path to result of function

transforms path to result of function

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

Source:
NFSVolumeSource.scala

transforms server to result of function

transforms server to result of function

Source:
NFSVolumeSource.scala

Returns a new data with path set to new value

Returns a new data with path set to new value

Source:
NFSVolumeSource.scala

Returns a new data with readOnly set to new value

Returns a new data with readOnly set to new value

Source:
NFSVolumeSource.scala

Returns a new data with server set to new value

Returns a new data with server set to new value

Source:
NFSVolumeSource.scala

Inherited methods

Inherited from:
Product