Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface AzureFilePersistentVolumeSource

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

schema

io.k8s.api.core.v1.AzureFilePersistentVolumeSource

Hierarchy

  • AzureFilePersistentVolumeSource

Index

Properties

Optional Readonly readOnly

readOnly: boolean

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

default

false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts.

schema

io.k8s.api.core.v1.AzureFilePersistentVolumeSource#readOnly

Readonly secretName

secretName: string

the name of secret that contains Azure Storage Account Name and Key

schema

io.k8s.api.core.v1.AzureFilePersistentVolumeSource#secretName

Optional Readonly secretNamespace

secretNamespace: string

the namespace of the secret that contains Azure Storage Account Name and Key default is the same as the Pod

schema

io.k8s.api.core.v1.AzureFilePersistentVolumeSource#secretNamespace

Readonly shareName

shareName: string

Share Name

schema

io.k8s.api.core.v1.AzureFilePersistentVolumeSource#shareName

Generated using TypeDoc