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

    Interface V1KernelBootStatus

    KernelBootStatus contains info about the kernelBootContainer

    interface V1KernelBootStatus {
        initrdInfo?: V1InitrdInfo;
        kernelInfo?: V1KernelInfo;
    }
    Index

    Properties

    initrdInfo?: V1InitrdInfo

    InitrdInfo show info about the initrd file

    kernelInfo?: V1KernelInfo

    KernelInfo show info about the kernel image