Kazan v0.11.0 Kazan.Apis.Core.V1.AzureFileVolumeSource View Source

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

OpenAPI Definition: io.k8s.api.core.v1.AzureFileVolumeSource

Properties

  • read_only :: Boolean

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

    • the name of secret that contains Azure Storage Account Name and Key
  • share_name :: String

    • Share Name

Link to this section Summary

Link to this section Types

Link to this type t() View Source
t() :: %Kazan.Apis.Core.V1.AzureFileVolumeSource{
  read_only: boolean(),
  secret_name: String.t(),
  share_name: String.t()
}