GlusterfsPersistentVolumeSource

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

Attributes

Companion:
object
Source:
GlusterfsPersistentVolumeSource.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

transforms endpoints to result of function

transforms endpoints to result of function

Attributes

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

Attributes

Source:
GlusterfsPersistentVolumeSource.scala

transforms path to result of function

transforms path to result of function

Attributes

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

Attributes

Source:
GlusterfsPersistentVolumeSource.scala

Returns a new data with endpoints set to new value

Returns a new data with endpoints set to new value

Attributes

Source:
GlusterfsPersistentVolumeSource.scala

Returns a new data with endpointsNamespace set to new value

Returns a new data with endpointsNamespace set to new value

Attributes

Source:
GlusterfsPersistentVolumeSource.scala

Returns a new data with path set to new value

Returns a new data with path set to new value

Attributes

Source:
GlusterfsPersistentVolumeSource.scala

Returns a new data with readOnly set to new value

Returns a new data with readOnly set to new value

Attributes

Source:
GlusterfsPersistentVolumeSource.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product