Uses of Class
kubevirt.io.V1GPU
-
Packages that use V1GPU Package Description kubevirt.io -
-
Uses of V1GPU in kubevirt.io
Methods in kubevirt.io that return V1GPU Modifier and Type Method Description V1GPU
V1GPU. deviceName(java.lang.String deviceName)
V1GPU
V1GPU. name(java.lang.String name)
Methods in kubevirt.io that return types with arguments of type V1GPU Modifier and Type Method Description java.util.List<V1GPU>
V1Devices. getGpus()
Whether to attach a GPU device to the vmi.Methods in kubevirt.io with parameters of type V1GPU Modifier and Type Method Description V1Devices
V1Devices. addGpusItem(V1GPU gpusItem)
Method parameters in kubevirt.io with type arguments of type V1GPU Modifier and Type Method Description V1Devices
V1Devices. gpus(java.util.List<V1GPU> gpus)
void
V1Devices. setGpus(java.util.List<V1GPU> gpus)
-