CephFSVolumeSource

final case class CephFSVolumeSource(monitors: Seq[String], path: Option[String], readOnly: Option[Boolean], secretRef: Option[LocalObjectReference], 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.

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

Value members

Concrete methods

Appends new values to monitors

Appends new values to monitors

Source:
CephFSVolumeSource.scala

transforms monitors to result of function

transforms monitors to result of function

Source:
CephFSVolumeSource.scala

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

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

Source:
CephFSVolumeSource.scala

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

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

Source:
CephFSVolumeSource.scala

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

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

Source:
CephFSVolumeSource.scala

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

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

Source:
CephFSVolumeSource.scala

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

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

Source:
CephFSVolumeSource.scala

Returns a new data with monitors set to new value

Returns a new data with monitors set to new value

Source:
CephFSVolumeSource.scala

Returns a new data with path set to new value

Returns a new data with path set to new value

Source:
CephFSVolumeSource.scala

Returns a new data with readOnly set to new value

Returns a new data with readOnly set to new value

Source:
CephFSVolumeSource.scala

Returns a new data with secretFile set to new value

Returns a new data with secretFile set to new value

Source:
CephFSVolumeSource.scala

Returns a new data with secretRef set to new value

Returns a new data with secretRef set to new value

Source:
CephFSVolumeSource.scala

Returns a new data with user set to new value

Returns a new data with user set to new value

Source:
CephFSVolumeSource.scala

Inherited methods

Inherited from:
Product