Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface FlexVolumeSource

FlexVolume represents a generic volume resource that is provisioned/attached using an exec based plugin.

schema

io.k8s.api.core.v1.FlexVolumeSource

Hierarchy

  • FlexVolumeSource

Index

Properties

Readonly driver

driver: string

Driver is the name of the driver to use for this volume.

schema

io.k8s.api.core.v1.FlexVolumeSource#driver

Optional Readonly fsType

fsType: string

Filesystem type to mount. Must be a filesystem type supported by the host operating system. Ex. "ext4", "xfs", "ntfs". The default filesystem depends on FlexVolume script.

schema

io.k8s.api.core.v1.FlexVolumeSource#fsType

Optional Readonly options

options: {}

Optional: Extra command options if any.

schema

io.k8s.api.core.v1.FlexVolumeSource#options

Type declaration

  • [key: string]: string

Optional Readonly readOnly

readOnly: boolean

Optional: 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.FlexVolumeSource#readOnly

Optional Readonly secretRef

Optional: SecretRef is reference to the secret object containing sensitive information to pass to the plugin scripts. This may be empty if no secret object is specified. If the secret object contains more than one secret, all secrets are passed to the plugin scripts.

schema

io.k8s.api.core.v1.FlexVolumeSource#secretRef

Generated using TypeDoc