AzureFileVolumeSource

io.k8s.api.core.v1.AzureFileVolumeSource
See theAzureFileVolumeSource companion object
final case class AzureFileVolumeSource(secretName: String, shareName: String, readOnly: Option[Boolean])

AzureFile represents an Azure File Service mount on the host and bind mount to the pod.

Attributes

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

Members list

Concise view

Value members

Concrete methods

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

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

Attributes

Source:
AzureFileVolumeSource.scala

transforms secretName to result of function

transforms secretName to result of function

Attributes

Source:
AzureFileVolumeSource.scala

transforms shareName to result of function

transforms shareName to result of function

Attributes

Source:
AzureFileVolumeSource.scala

Returns a new data with readOnly set to new value

Returns a new data with readOnly set to new value

Attributes

Source:
AzureFileVolumeSource.scala

Returns a new data with secretName set to new value

Returns a new data with secretName set to new value

Attributes

Source:
AzureFileVolumeSource.scala

Returns a new data with shareName set to new value

Returns a new data with shareName set to new value

Attributes

Source:
AzureFileVolumeSource.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product