NFSVolumeSource

final case class NFSVolumeSource(path: String, readOnly: Option[Boolean], server: String)

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

Inherited methods

Inherited from:
Product