GlusterfsVolumeSource

final case class GlusterfsVolumeSource(endpoints: String, path: String, readOnly: Option[Boolean])

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

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

Value members

Concrete methods

transforms endpoints to result of function

transforms endpoints to result of function

Source:
GlusterfsVolumeSource.scala

transforms path to result of function

transforms path to result of function

Source:
GlusterfsVolumeSource.scala

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

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

Source:
GlusterfsVolumeSource.scala

Returns a new data with endpoints set to new value

Returns a new data with endpoints set to new value

Source:
GlusterfsVolumeSource.scala

Returns a new data with path set to new value

Returns a new data with path set to new value

Source:
GlusterfsVolumeSource.scala

Returns a new data with readOnly set to new value

Returns a new data with readOnly set to new value

Source:
GlusterfsVolumeSource.scala

Inherited methods

Inherited from:
Product