Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 496 Bytes

File metadata and controls

20 lines (14 loc) · 496 Bytes

Kubevirt::V1DataVolumeSource

Properties

Name Type Description Notes
hotpluggable Boolean Hotpluggable indicates whether the volume can be hotplugged and hotunplugged. [optional]
name String Name of both the DataVolume and the PVC in the same namespace. [default to '']

Example

require 'kubevirt'

instance = Kubevirt::V1DataVolumeSource.new(
  hotpluggable: null,
  name: null
)