Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface AzureFileVolumeSource

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

schema

io.k8s.api.core.v1.AzureFileVolumeSource

Hierarchy

  • AzureFileVolumeSource

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.AzureFileVolumeSource#readOnly

Readonly secretName

secretName: string

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

schema

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

Readonly shareName

shareName: string

Share Name

schema

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

Generated using TypeDoc