package
1.5.0-rc.1
Repository: https://github.com/kubevirt/kubevirt.git
Documentation: pkg.go.dev

# Packages

* This file is part of the KubeVirt project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License.
* This file is part of the KubeVirt project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License.
* This file is part of the KubeVirt project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License.
* This file is part of the KubeVirt project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License.

# Functions

FindMigrationIP looks for dedicated migration network migration0.
NewFailRetryManager creates a new FailRetryManager with the parameters explained above.

# Constants

VMIAbortingMigration is the reason set when migration is being aborted.
VMICrashed is the reason set when a VMI crashed.
VMIDefined is the reason set when a VMI is defined.
VMIGracefulShutdown is the reason set when the VMI is gracefully shut down.
VMIMigrating in the reason set when the VMI is migrating.
VMIMigrationTargetPrepared is the reason set when the migration target has been prepared.
VMIShutdown is the reason set when a VMI is shutdown.
VMISignalDeletion is the reason set when the VMI has signal deletion.
VMIStarted is the reason set when a VMI is started.
VMIStopping is the reason set when the VMI is stopping.
VolumeMountedToPodReason is the reason set when the volume is mounted to the virtlauncher pod.
VolumeReadyReason is the reason set when the volume is ready.
VolumeUnMountedFromPodReason is the reason set when the volume is unmounted from the virtlauncher pod.
VolumeUnplugged is the reason set when the volume is completely unplugged from the VMI.

# Structs

FailRetryManager is the manger to handle asynchronous retry used by virt-handler.