CinderVolumeSource

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

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