OBJECT

KubernetesKindStatefulSetSpecTemplateSpecVolumesAzureFile

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

link GraphQL Schema definition

  • type KubernetesKindStatefulSetSpecTemplateSpecVolumesAzureFile {
  • # Defaults to false (read/write). ReadOnly here will force the ReadOnly setting in
  • # VolumeMounts.
  • readOnly: Boolean
  • # the name of secret that contains Azure Storage Account Name and Key
  • secretName: String
  • # Share Name
  • shareName: String
  • }