AzureDiskVolumeSource

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.

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

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

Source:
AzureDiskVolumeSource.scala

transforms diskName to result of function

transforms diskName to result of function

Source:
AzureDiskVolumeSource.scala

transforms diskURI to result of function

transforms diskURI to result of function

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

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

Source:
AzureDiskVolumeSource.scala

Returns a new data with cachingMode set to new value

Returns a new data with cachingMode set to new value

Source:
AzureDiskVolumeSource.scala

Returns a new data with diskName set to new value

Returns a new data with diskName set to new value

Source:
AzureDiskVolumeSource.scala

Returns a new data with diskURI set to new value

Returns a new data with diskURI set to new value

Source:
AzureDiskVolumeSource.scala

Returns a new data with fsType set to new value

Returns a new data with fsType set to new value

Source:
AzureDiskVolumeSource.scala

Returns a new data with readOnly set to new value

Returns a new data with readOnly set to new value

Source:
AzureDiskVolumeSource.scala

Inherited methods

Inherited from:
Product