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

    Interface V1CPUTopology

    CPUTopology allows specifying the amount of cores, sockets and threads.

    interface V1CPUTopology {
        cores?: number;
        sockets?: number;
        threads?: number;
    }
    Index

    Properties

    cores?: number

    Cores specifies the number of cores inside the vmi. Must be a value greater or equal 1.

    int64

    sockets?: number

    Sockets specifies the number of sockets inside the vmi. Must be a value greater or equal 1.

    int64

    threads?: number

    Threads specifies the number of threads inside the vmi. Must be a value greater or equal 1.

    int64