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

Members list

Concise view

Value members

Concrete methods

Appends new values to monitors

Appends new values to monitors

Attributes

Source:
CephFSPersistentVolumeSource.scala

transforms monitors to result of function

transforms monitors to result of function

Attributes

Source:
CephFSPersistentVolumeSource.scala

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

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

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

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

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

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product