CephFSPersistentVolumeSource

io.k8s.api.core.v1.CephFSPersistentVolumeSource
See theCephFSPersistentVolumeSource companion object
final case class CephFSPersistentVolumeSource(monitors: Seq[String], path: Option[String], readOnly: Option[Boolean], secretRef: Option[SecretReference], secretFile: Option[String], user: Option[String])

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

Attributes

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

Members list

Value members

Concrete methods

def addMonitors(newValues: String*): CephFSPersistentVolumeSource

Appends new values to monitors

Appends new values to monitors

Attributes

Source
CephFSPersistentVolumeSource.scala
def mapMonitors(f: (Seq[String]) => Seq[String]): CephFSPersistentVolumeSource

transforms monitors to result of function

transforms monitors to result of function

Attributes

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

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

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

Attributes

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

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

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

Attributes

Source
CephFSPersistentVolumeSource.scala
def mapSecretFile(f: String => String): CephFSPersistentVolumeSource

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

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

Attributes

Source
CephFSPersistentVolumeSource.scala

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

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

Attributes

Source
CephFSPersistentVolumeSource.scala
def mapUser(f: String => String): CephFSPersistentVolumeSource

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

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

Attributes

Source
CephFSPersistentVolumeSource.scala
def withMonitors(value: Seq[String]): CephFSPersistentVolumeSource

Returns a new data with monitors set to new value

Returns a new data with monitors set to new value

Attributes

Source
CephFSPersistentVolumeSource.scala

Returns a new data with path set to new value

Returns a new data with path set to new value

Attributes

Source
CephFSPersistentVolumeSource.scala

Returns a new data with readOnly set to new value

Returns a new data with readOnly set to new value

Attributes

Source
CephFSPersistentVolumeSource.scala

Returns a new data with secretFile set to new value

Returns a new data with secretFile set to new value

Attributes

Source
CephFSPersistentVolumeSource.scala

Returns a new data with secretRef set to new value

Returns a new data with secretRef set to new value

Attributes

Source
CephFSPersistentVolumeSource.scala

Returns a new data with user set to new value

Returns a new data with user set to new value

Attributes

Source
CephFSPersistentVolumeSource.scala

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product