Options
All
  • Public
  • Public/Protected
  • All
Menu
export
interface

V1beta1SpreadOptions

Hierarchy

  • V1beta1SpreadOptions

Index

Properties

Properties

across?: string

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

memberof

V1beta1SpreadOptions

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

memberof

V1beta1SpreadOptions

Generated using TypeDoc