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

    Interface V1beta1CPUPreferences

    CPUPreferences contains various optional CPU preferences.

    interface V1beta1CPUPreferences {
        preferredCPUFeatures?: V1CPUFeature[];
        preferredCPUTopology?: string;
        spreadOptions?: V1beta1SpreadOptions;
    }
    Index

    Properties

    preferredCPUFeatures?: V1CPUFeature[]

    PreferredCPUFeatures optionally defines a slice of preferred CPU features.

    preferredCPUTopology?: string

    PreferredCPUTopology optionally defines the preferred guest visible CPU topology, defaults to PreferSockets.

    spreadOptions?: V1beta1SpreadOptions