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 V1HostDiskV1Volume. hostDiskMethods in kubevirt.io that return V1HostDisk Modifier and Type Method Description V1HostDiskV1HostDisk. capacity(java.lang.String capacity)V1HostDiskV1Volume. getHostDisk()HostDisk represents a disk created on the cluster level +optionalV1HostDiskV1HostDisk. path(java.lang.String path)V1HostDiskV1HostDisk. shared(java.lang.Boolean shared)V1HostDiskV1HostDisk. type(java.lang.String type)Methods in kubevirt.io with parameters of type V1HostDisk Modifier and Type Method Description V1VolumeV1Volume. hostDisk(V1HostDisk hostDisk)voidV1Volume. setHostDisk(V1HostDisk hostDisk)
-