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

    Interface V1Realtime

    Realtime holds the tuning knobs specific for realtime workloads.

    interface V1Realtime {
        mask?: string;
    }
    Index

    Properties

    Properties

    mask?: string

    Mask defines the vcpu mask expression that defines which vcpus are used for realtime. Format matches libvirt's expressions. Example: "0-3,^1","0,2,3","2-3"