AzureDiskVolumeSource

com.coralogix.zio.k8s.model.core.v1.AzureDiskVolumeSource
See theAzureDiskVolumeSource companion object
case class AzureDiskVolumeSource(cachingMode: Optional[String], diskName: String, diskURI: String, fsType: Optional[String], kind: Optional[String], readOnly: Optional[Boolean])

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

Value parameters

cachingMode

Host Caching mode: None, Read Only, Read Write.

diskName

The Name of the data disk in the blob storage

diskURI

The URI the data disk in the blob storage

fsType

Filesystem type to mount. Must be a filesystem type supported by the host operating system. Ex. "ext4", "xfs", "ntfs". Implicitly inferred to be "ext4" if unspecified.

kind

Expected values Shared: multiple blob disks per storage account Dedicated: single blob disk per storage account Managed: azure managed data disk (only in managed availability set). defaults to shared

readOnly

Defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts.

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

Host Caching mode: None, Read Only, Read Write.

Host Caching mode: None, Read Only, Read Write.

If the field is not present, fails with com.coralogix.zio.k8s.client.UndefinedField.

Attributes

The Name of the data disk in the blob storage

The Name of the data disk in the blob storage

This effect always succeeds, it is safe to use the field diskName directly.

Attributes

The URI the data disk in the blob storage

The URI the data disk in the blob storage

This effect always succeeds, it is safe to use the field diskURI directly.

Attributes

Filesystem type to mount. Must be a filesystem type supported by the host operating system. Ex. "ext4", "xfs", "ntfs". Implicitly inferred to be "ext4" if unspecified.

Filesystem type to mount. Must be a filesystem type supported by the host operating system. Ex. "ext4", "xfs", "ntfs". Implicitly inferred to be "ext4" if unspecified.

If the field is not present, fails with com.coralogix.zio.k8s.client.UndefinedField.

Attributes

Expected values Shared: multiple blob disks per storage account Dedicated: single blob disk per storage account Managed: azure managed data disk (only in managed availability set). defaults to shared

Expected values Shared: multiple blob disks per storage account Dedicated: single blob disk per storage account Managed: azure managed data disk (only in managed availability set). defaults to shared

If the field is not present, fails with com.coralogix.zio.k8s.client.UndefinedField.

Attributes

Defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts.

Defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts.

If the field is not present, fails with com.coralogix.zio.k8s.client.UndefinedField.

Attributes

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product