Uses of Class
kubevirt.io.V1HostDisk
-
Packages that use V1HostDisk Package Description kubevirt.io -
-
Uses of V1HostDisk in kubevirt.io
Fields in kubevirt.io declared as V1HostDisk Modifier and Type Field Description private V1HostDisk
V1Volume. hostDisk
Methods in kubevirt.io that return V1HostDisk Modifier and Type Method Description V1HostDisk
V1HostDisk. capacity(java.lang.String capacity)
V1HostDisk
V1Volume. getHostDisk()
HostDisk represents a disk created on the cluster level +optionalV1HostDisk
V1HostDisk. path(java.lang.String path)
V1HostDisk
V1HostDisk. shared(java.lang.Boolean shared)
V1HostDisk
V1HostDisk. type(java.lang.String type)
Methods in kubevirt.io with parameters of type V1HostDisk Modifier and Type Method Description V1Volume
V1Volume. hostDisk(V1HostDisk hostDisk)
void
V1Volume. setHostDisk(V1HostDisk hostDisk)
-