Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface VolumeAttachmentSource

VolumeAttachmentSource represents a volume that should be attached. Right now only PersistenVolumes can be attached via external attacher, in future we may allow also inline volumes in pods. Exactly one member can be set.

schema

io.k8s.api.storage.v1.VolumeAttachmentSource

Hierarchy

  • VolumeAttachmentSource

Index

Properties

Optional Readonly inlineVolumeSpec

inlineVolumeSpec: PersistentVolumeSpec

inlineVolumeSpec contains all the information necessary to attach a persistent volume defined by a pod's inline VolumeSource. This field is populated only for the CSIMigration feature. It contains translated fields from a pod's inline VolumeSource to a PersistentVolumeSpec. This field is beta-level and is only honored by servers that enabled the CSIMigration feature.

schema

io.k8s.api.storage.v1.VolumeAttachmentSource#inlineVolumeSpec

Optional Readonly persistentVolumeName

persistentVolumeName: string

Name of the persistent volume to attach.

schema

io.k8s.api.storage.v1.VolumeAttachmentSource#persistentVolumeName

Generated using TypeDoc