AzureDiskVolumeSource

io.k8s.api.core.v1.AzureDiskVolumeSource
See theAzureDiskVolumeSource companion object
final case class AzureDiskVolumeSource(diskURI: String, diskName: String, readOnly: Option[Boolean], fsType: Option[String], cachingMode: Option[String])

AzureDisk represents an Azure Data Disk mount on the host and bind mount to the pod.

Attributes

Companion:
object
Source:
AzureDiskVolumeSource.scala
Graph
Supertypes
trait Product
trait Equals
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

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

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

Attributes

Source:
AzureDiskVolumeSource.scala

transforms diskName to result of function

transforms diskName to result of function

Attributes

Source:
AzureDiskVolumeSource.scala

transforms diskURI to result of function

transforms diskURI to result of function

Attributes

Source:
AzureDiskVolumeSource.scala

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

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

Attributes

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

Returns a new data with cachingMode set to new value

Returns a new data with cachingMode set to new value

Attributes

Source:
AzureDiskVolumeSource.scala

Returns a new data with diskName set to new value

Returns a new data with diskName set to new value

Attributes

Source:
AzureDiskVolumeSource.scala

Returns a new data with diskURI set to new value

Returns a new data with diskURI set to new value

Attributes

Source:
AzureDiskVolumeSource.scala

Returns a new data with fsType set to new value

Returns a new data with fsType set to new value

Attributes

Source:
AzureDiskVolumeSource.scala

Returns a new data with readOnly set to new value

Returns a new data with readOnly set to new value

Attributes

Source:
AzureDiskVolumeSource.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product