AzureFilePersistentVolumeSource

final case class AzureFilePersistentVolumeSource(secretName: String, shareName: String, readOnly: Option[Boolean], secretNamespace: Option[String])

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

Source:
AzureFilePersistentVolumeSource.scala
trait Product
trait Equals
class Object
trait Matchable
class Any

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

Source:
AzureFilePersistentVolumeSource.scala

transforms secretName to result of function

transforms secretName to result of function

Source:
AzureFilePersistentVolumeSource.scala

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

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

Source:
AzureFilePersistentVolumeSource.scala

transforms shareName to result of function

transforms shareName to result of function

Source:
AzureFilePersistentVolumeSource.scala

Returns a new data with readOnly set to new value

Returns a new data with readOnly set to new value

Source:
AzureFilePersistentVolumeSource.scala

Returns a new data with secretName set to new value

Returns a new data with secretName set to new value

Source:
AzureFilePersistentVolumeSource.scala

Returns a new data with secretNamespace set to new value

Returns a new data with secretNamespace set to new value

Source:
AzureFilePersistentVolumeSource.scala

Returns a new data with shareName set to new value

Returns a new data with shareName set to new value

Source:
AzureFilePersistentVolumeSource.scala

Inherited methods

Inherited from:
Product