AzureFilePersistentVolumeSource

io.k8s.api.core.v1.AzureFilePersistentVolumeSource
See theAzureFilePersistentVolumeSource companion object
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.

Attributes

Companion
object
Source
AzureFilePersistentVolumeSource.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

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
AzureFilePersistentVolumeSource.scala

transforms secretName to result of function

transforms secretName to result of function

Attributes

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

Attributes

Source
AzureFilePersistentVolumeSource.scala

transforms shareName to result of function

transforms shareName to result of function

Attributes

Source
AzureFilePersistentVolumeSource.scala

Returns a new data with readOnly set to new value

Returns a new data with readOnly set to new value

Attributes

Source
AzureFilePersistentVolumeSource.scala

Returns a new data with secretName set to new value

Returns a new data with secretName set to new value

Attributes

Source
AzureFilePersistentVolumeSource.scala

Returns a new data with secretNamespace set to new value

Returns a new data with secretNamespace set to new value

Attributes

Source
AzureFilePersistentVolumeSource.scala

Returns a new data with shareName set to new value

Returns a new data with shareName set to new value

Attributes

Source
AzureFilePersistentVolumeSource.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product