Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 628 Bytes

File metadata and controls

22 lines (16 loc) · 628 Bytes

Kubevirt::V1beta1DataVolumeSourceRef

Properties

Name Type Description Notes
kind String The kind of the source reference, currently only "DataSource" is supported [default to '']
name String The name of the source reference [default to '']
namespace String The namespace of the source reference, defaults to the DataVolume namespace [optional]

Example

require 'kubevirt'

instance = Kubevirt::V1beta1DataVolumeSourceRef.new(
  kind: null,
  name: null,
  namespace: null
)