AzureDiskVolumeSourcePointer

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

Pointer for AzureDiskVolumeSource

Attributes

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

Members list

Value members

Concrete methods

def cachingMode: Plain[String]
def diskName: Plain[String]
def diskURI: Plain[String]
def fsType: Plain[String]
def kind: Plain[String]
def readOnly: Plain[Boolean]

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product