CinderVolumeSource

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

Attributes

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

transforms volumeID to result of function

transforms volumeID to result of function

Attributes

Source
CinderVolumeSource.scala

Returns a new data with fsType set to new value

Returns a new data with fsType set to new value

Attributes

Source
CinderVolumeSource.scala

Returns a new data with readOnly set to new value

Returns a new data with readOnly set to new value

Attributes

Source
CinderVolumeSource.scala

Returns a new data with secretRef set to new value

Returns a new data with secretRef set to new value

Attributes

Source
CinderVolumeSource.scala

Returns a new data with volumeID set to new value

Returns a new data with volumeID set to new value

Attributes

Source
CinderVolumeSource.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product