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

    Interface V1FeatureSpinlocks

    interface V1FeatureSpinlocks {
        enabled?: boolean;
        spinlocks?: number;
    }
    Index

    Properties

    Properties

    enabled?: boolean

    Enabled determines if the feature should be enabled or disabled on the guest. Defaults to true.

    spinlocks?: number

    Retries indicates the number of retries. Must be a value greater or equal 4096. Defaults to 4096.

    int64