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

    Interface V1beta1SpreadOptions

    interface V1beta1SpreadOptions {
        across?: string;
        ratio?: number;
    }
    Index

    Properties

    Properties

    across?: string

    Across optionally defines how to spread vCPUs across the guest visible topology. Default: SocketsCores

    ratio?: number

    Ratio optionally defines the ratio to spread vCPUs across the guest visible topology:

    CoresThreads - 1:2 - Controls the ratio of cores to threads. Only a ratio of 2 is currently accepted. SocketsCores - 1:N - Controls the ratio of socket to cores. SocketsCoresThreads - 1:N:2 - Controls the ratio of socket to cores. Each core providing 2 threads.

    Default: 2

    int64