RBDVolumeSourcePointer

io.k8s.api.core.v1.RBDVolumeSourcePointer
final case class RBDVolumeSourcePointer(currentPath: PointerPath) extends Pointer[RBDVolumeSource]

Pointer for RBDVolumeSource

Attributes

Source
RBDVolumeSourcePointer.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def fsType: Plain[String]

Attributes

Source
RBDVolumeSourcePointer.scala
def image: Plain[String]

Attributes

Source
RBDVolumeSourcePointer.scala
def keyring: Plain[String]

Attributes

Source
RBDVolumeSourcePointer.scala
def monitors: ListPointer[String]

Attributes

Source
RBDVolumeSourcePointer.scala
def pool: Plain[String]

Attributes

Source
RBDVolumeSourcePointer.scala
def readOnly: Plain[Boolean]

Attributes

Source
RBDVolumeSourcePointer.scala
def user: Plain[String]

Attributes

Source
RBDVolumeSourcePointer.scala

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product