website/content/v1.13/reference/configuration/block/externalvolumeconfig.md
{{< highlight yaml >}} apiVersion: v1alpha1 kind: ExternalVolumeConfig name: mount1 # Name of the mount. filesystemType: virtiofs # Filesystem type.
mount: # Virtiofs mount options. virtiofs: tag: Data # Selector tag for the Virtiofs mount. {{< /highlight >}}
| Field | Type | Description | Value(s) |
|---|---|---|---|
name | string | Name of the mount. |
Name might be between 1 and 34 characters long and can only contain:
lowercase and uppercase ASCII letters, digits, and hyphens. | |
|filesystemType |FilesystemType |Filesystem type. |virtiofs
|
|mount |<a href="#ExternalVolumeConfig.mount">ExternalMountSpec</a> |The mount describes additional mount options. | |
ExternalMountSpec describes how the external volume is mounted.
| Field | Type | Description | Value(s) |
|---|---|---|---|
readOnly | bool | Mount the volume read-only. | |
disableAccessTime | bool | If true, disable file access time updates. | |
secure | bool | Enable secure mount options (nosuid, nodev). |
Defaults to true for better security. | |
|virtiofs |<a href="#ExternalVolumeConfig.mount.virtiofs">VirtiofsMountSpec</a> |Virtiofs mount options. | |
VirtiofsMountSpec describes Virtiofs mount options.
| Field | Type | Description | Value(s) |
|---|---|---|---|
tag | string | Selector tag for the Virtiofs mount. |