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

    Interface V1Bootloader

    Represents the firmware blob used to assist in the domain creation process. Used for setting the QEMU BIOS file path for the libvirt domain.

    interface V1Bootloader {
        bios?: V1BIOS;
        efi?: V1EFI;
    }
    Index

    Properties

    Properties

    bios?: V1BIOS

    If set (default), BIOS will be used.

    efi?: V1EFI

    If set, EFI will be used instead of BIOS.