StorageOSVolumeSource

io.k8s.api.core.v1.StorageOSVolumeSource
See theStorageOSVolumeSource companion object
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.

Attributes

Companion:
object
Source:
StorageOSVolumeSource.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Members list

Concise view

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:
StorageOSVolumeSource.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:
StorageOSVolumeSource.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:
StorageOSVolumeSource.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:
StorageOSVolumeSource.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:
StorageOSVolumeSource.scala

Returns a new data with fsType set to new value

Returns a new data with fsType set to new value

Attributes

Source:
StorageOSVolumeSource.scala

Returns a new data with readOnly set to new value

Returns a new data with readOnly set to new value

Attributes

Source:
StorageOSVolumeSource.scala

Returns a new data with secretRef set to new value

Returns a new data with secretRef set to new value

Attributes

Source:
StorageOSVolumeSource.scala

Returns a new data with volumeName set to new value

Returns a new data with volumeName set to new value

Attributes

Source:
StorageOSVolumeSource.scala

Returns a new data with volumeNamespace set to new value

Returns a new data with volumeNamespace set to new value

Attributes

Source:
StorageOSVolumeSource.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product