Options
All
  • Public
  • Public/Protected
  • All
Menu

AddVolumeOptions is provided when dynamically hot plugging a volume and disk

export
interface

V1AddVolumeOptions

Hierarchy

  • V1AddVolumeOptions

Index

Properties

disk: V1Disk
memberof

V1AddVolumeOptions

dryRun?: string[]

When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed

memberof

V1AddVolumeOptions

name: string

Name represents the name that will be used to map the disk to the corresponding volume. This overrides any name set inside the Disk struct itself.

memberof

V1AddVolumeOptions

volumeSource: V1HotplugVolumeSource
memberof

V1AddVolumeOptions

Generated using TypeDoc