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

    Interface V1KernelBoot

    Represents the firmware blob used to assist in the kernel boot process. Used for setting the kernel, initrd and command line arguments

    interface V1KernelBoot {
        container?: V1KernelBootContainer;
        kernelArgs?: string;
    }
    Index

    Properties

    Container defines the container that containes kernel artifacts

    kernelArgs?: string

    Arguments to be passed to the kernel at boot time