GlusterfsPersistentVolumeSource

final case class GlusterfsPersistentVolumeSource(endpoints: String, path: String, endpointsNamespace: Option[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.

Companion:
object
Source:
GlusterfsPersistentVolumeSource.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:
GlusterfsPersistentVolumeSource.scala

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

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

Source:
GlusterfsPersistentVolumeSource.scala

transforms path to result of function

transforms path to result of function

Source:
GlusterfsPersistentVolumeSource.scala

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

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

Source:
GlusterfsPersistentVolumeSource.scala

Returns a new data with endpoints set to new value

Returns a new data with endpoints set to new value

Source:
GlusterfsPersistentVolumeSource.scala

Returns a new data with endpointsNamespace set to new value

Returns a new data with endpointsNamespace set to new value

Source:
GlusterfsPersistentVolumeSource.scala

Returns a new data with path set to new value

Returns a new data with path set to new value

Source:
GlusterfsPersistentVolumeSource.scala

Returns a new data with readOnly set to new value

Returns a new data with readOnly set to new value

Source:
GlusterfsPersistentVolumeSource.scala

Inherited methods

Inherited from:
Product