CinderVolumeSource

final case class CinderVolumeSource(volumeID: String, fsType: Option[String], readOnly: Option[Boolean], secretRef: Option[LocalObjectReference])

Represents a cinder volume resource in Openstack. A Cinder volume must exist before mounting to a container. The volume must also be in the same region as the kubelet. Cinder volumes support ownership management and SELinux relabeling.

Source:
CinderVolumeSource.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:
CinderVolumeSource.scala

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

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

Source:
CinderVolumeSource.scala

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

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

Source:
CinderVolumeSource.scala

transforms volumeID to result of function

transforms volumeID to result of function

Source:
CinderVolumeSource.scala

Returns a new data with fsType set to new value

Returns a new data with fsType set to new value

Source:
CinderVolumeSource.scala

Returns a new data with readOnly set to new value

Returns a new data with readOnly set to new value

Source:
CinderVolumeSource.scala

Returns a new data with secretRef set to new value

Returns a new data with secretRef set to new value

Source:
CinderVolumeSource.scala

Returns a new data with volumeID set to new value

Returns a new data with volumeID set to new value

Source:
CinderVolumeSource.scala

Inherited methods

Inherited from:
Product