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

# Functions

WaitForMigrationToDisappearWithTimeout blocks for the passed seconds until the specified VirtualMachineInstanceMigration disappears.
WaitForSuccessfulVMIStart blocks until the specified VirtualMachineInstance reaches the Running state using the passed options.
WaitForVirtualMachineToDisappearWithTimeout blocks for the passed seconds until the specified VirtualMachineInstance disappears.
WaitForVMIPhase blocks until the specified VirtualMachineInstance reaches any of the phases.
WaitUntilVMIReady blocks until the specified VirtualMachineInstance reaches the Running state using the passed options, and the login succeed.
WithContext adds a specific context to the waiting struct.
WithFailOnWarnings sets if the waiting should fail on warning or not.
WithTimeout adds a specific timeout to the waiting struct.
WithWaitForFail adds the specific waitForFail to the waiting struct.
WithWarningsIgnoreList sets the warnings that will be ignored during the waiting for phase This option will be ignored if a warning policy has been set before and the failOnWarnings is false If no warning policy has been set before, a new one will be set implicitly with fail on warnings enabled and the ignore list added.
WithWarningsPolicy adds a specific warningPolicy to the waiting struct.

# Structs

Waiting represents the waiting struct.

# Type aliases

Option represents an action that enables an option.