@kubevirt-ui/kubevirt-api
    Preparing search index...

    Interface V1VirtualMachineInstanceMigrationSpec

    interface V1VirtualMachineInstanceMigrationSpec {
        addedNodeSelector?: Record<string, string>;
        priority?: string;
        receive?: V1VirtualMachineInstanceMigrationTarget;
        sendTo?: V1VirtualMachineInstanceMigrationSource;
        vmiName?: string;
    }
    Index

    Properties

    addedNodeSelector?: Record<string, string>

    AddedNodeSelector is an additional selector that can be used to complement a NodeSelector or NodeAffinity as set on the VM to restrict the set of allowed target nodes for a migration. In case of key collisions, values set on the VM objects are going to be preserved to ensure that addedNodeSelector can only restrict but not bypass constraints already set on the VM object.

    priority?: string

    Priority of the migration. This can be one of system-critical, user-triggered, system-maintenance.

    If receieve is specified, this VirtualMachineInstanceMigration will be considered the target

    If sendTo is specified, this VirtualMachineInstanceMigration will be considered the source

    vmiName?: string

    The name of the VMI to perform the migration on. VMI must exist in the migration objects namespace