Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Mounter ¶
type Mounter struct {
PodIsolationDetector isolation.PodIsolationDetector
}
func (*Mounter) Mount ¶
func (m *Mounter) Mount(vmi *v1.VirtualMachineInstance, verify bool) error
Mount takes a vmi and mounts all container disks of the VMI, so that they are visible for the qemu process. Additionally qcow2 images are validated if "verify" is true. The validation happens with rlimits set, to avoid DOS.
Click to show internal directories.
Click to hide internal directories.