StorageOSVolumeSource

final case class StorageOSVolumeSource(volumeNamespace: Option[String], readOnly: Option[Boolean], fsType: Option[String], secretRef: Option[LocalObjectReference], volumeName: Option[String])

Represents a StorageOS persistent volume resource.

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

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

Source:
StorageOSVolumeSource.scala

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

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

Source:
StorageOSVolumeSource.scala

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

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

Source:
StorageOSVolumeSource.scala

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

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

Source:
StorageOSVolumeSource.scala

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

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

Source:
StorageOSVolumeSource.scala

Returns a new data with fsType set to new value

Returns a new data with fsType set to new value

Source:
StorageOSVolumeSource.scala

Returns a new data with readOnly set to new value

Returns a new data with readOnly set to new value

Source:
StorageOSVolumeSource.scala

Returns a new data with secretRef set to new value

Returns a new data with secretRef set to new value

Source:
StorageOSVolumeSource.scala

Returns a new data with volumeName set to new value

Returns a new data with volumeName set to new value

Source:
StorageOSVolumeSource.scala

Returns a new data with volumeNamespace set to new value

Returns a new data with volumeNamespace set to new value

Source:
StorageOSVolumeSource.scala

Inherited methods

Inherited from:
Product