GlusterfsVolumeSource

io.k8s.api.core.v1.GlusterfsVolumeSource
See theGlusterfsVolumeSource companion object
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.

Attributes

Companion
object
Source
GlusterfsVolumeSource.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def mapEndpoints(f: String => String): GlusterfsVolumeSource

transforms endpoints to result of function

transforms endpoints to result of function

Attributes

Source
GlusterfsVolumeSource.scala
def mapPath(f: String => String): GlusterfsVolumeSource

transforms path to result of function

transforms path to result of function

Attributes

Source
GlusterfsVolumeSource.scala
def mapReadOnly(f: Boolean => Boolean): GlusterfsVolumeSource

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

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

Attributes

Source
GlusterfsVolumeSource.scala
def withEndpoints(value: String): GlusterfsVolumeSource

Returns a new data with endpoints set to new value

Returns a new data with endpoints set to new value

Attributes

Source
GlusterfsVolumeSource.scala
def withPath(value: String): GlusterfsVolumeSource

Returns a new data with path set to new value

Returns a new data with path set to new value

Attributes

Source
GlusterfsVolumeSource.scala
def withReadOnly(value: Boolean): GlusterfsVolumeSource

Returns a new data with readOnly set to new value

Returns a new data with readOnly set to new value

Attributes

Source
GlusterfsVolumeSource.scala

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product