StorageOSPersistentVolumeSource

io.k8s.api.core.v1.StorageOSPersistentVolumeSource
See theStorageOSPersistentVolumeSource companion object
final case class StorageOSPersistentVolumeSource(volumeNamespace: Option[String], readOnly: Option[Boolean], fsType: Option[String], secretRef: Option[ObjectReference], volumeName: Option[String])

Represents a StorageOS persistent volume resource.

Attributes

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

Members list

Value members

Concrete methods

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

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

Attributes

Source
StorageOSPersistentVolumeSource.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
StorageOSPersistentVolumeSource.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
StorageOSPersistentVolumeSource.scala

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

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

Attributes

Source
StorageOSPersistentVolumeSource.scala

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

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

Attributes

Source
StorageOSPersistentVolumeSource.scala

Returns a new data with fsType set to new value

Returns a new data with fsType set to new value

Attributes

Source
StorageOSPersistentVolumeSource.scala

Returns a new data with readOnly set to new value

Returns a new data with readOnly set to new value

Attributes

Source
StorageOSPersistentVolumeSource.scala

Returns a new data with secretRef set to new value

Returns a new data with secretRef set to new value

Attributes

Source
StorageOSPersistentVolumeSource.scala

Returns a new data with volumeName set to new value

Returns a new data with volumeName set to new value

Attributes

Source
StorageOSPersistentVolumeSource.scala

Returns a new data with volumeNamespace set to new value

Returns a new data with volumeNamespace set to new value

Attributes

Source
StorageOSPersistentVolumeSource.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product