Documentation ¶
Index ¶
- func CleanupEphemeralDisks(vm *v1.VirtualMachine) error
- func CleanupOrphanedEphemeralDisks(indexer cache.Store) error
- func GenerateContainers(vm *v1.VirtualMachine) ([]kubev1.Container, []kubev1.Volume, error)
- func GetFilePath(vm *v1.VirtualMachine, volumeName string) (string, string, error)
- func SetLocalDataOwner(user string)
- func SetLocalDirectory(dir string) error
- func TakeOverRegistryDisks(vm *v1.VirtualMachine) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CleanupEphemeralDisks ¶ added in v0.0.3
func CleanupEphemeralDisks(vm *v1.VirtualMachine) error
func CleanupOrphanedEphemeralDisks ¶ added in v0.0.4
func GenerateContainers ¶
The controller uses this function to generate the container specs for hosting the container registry disks.
func GetFilePath ¶ added in v0.2.0
func SetLocalDataOwner ¶ added in v0.0.3
func SetLocalDataOwner(user string)
The unit test suite uses this function
func SetLocalDirectory ¶ added in v0.0.3
func TakeOverRegistryDisks ¶ added in v0.2.0
func TakeOverRegistryDisks(vm *v1.VirtualMachine) error
The virt-handler renames all registry disks in order to indicate to virt-launcher that it took the ownership of the image
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.