Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 436 Bytes

File metadata and controls

20 lines (14 loc) · 436 Bytes

Kubevirt::V1beta1DataVolumeSourcePVC

Properties

Name Type Description Notes
name String The name of the source PVC [default to '']
namespace String The namespace of the source PVC [default to '']

Example

require 'kubevirt'

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