Uses of Class
kubevirt.io.V1DataVolumeSource
-
Packages that use V1DataVolumeSource Package Description kubevirt.io -
-
Uses of V1DataVolumeSource in kubevirt.io
Fields in kubevirt.io declared as V1DataVolumeSource Modifier and Type Field Description private V1DataVolumeSource
V1Volume. dataVolume
Methods in kubevirt.io that return V1DataVolumeSource Modifier and Type Method Description V1DataVolumeSource
V1Volume. getDataVolume()
DataVolume represents the dynamic creation a PVC for this volume as well as the process of populating that PVC with a disk image.V1DataVolumeSource
V1DataVolumeSource. name(java.lang.String name)
Methods in kubevirt.io with parameters of type V1DataVolumeSource Modifier and Type Method Description V1Volume
V1Volume. dataVolume(V1DataVolumeSource dataVolume)
void
V1Volume. setDataVolume(V1DataVolumeSource dataVolume)
-