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

    Interface V1Timer

    Represents all available timers in a vmi.

    interface V1Timer {
        hpet?: V1HPETTimer;
        hyperv?: V1HypervTimer;
        kvm?: V1KVMTimer;
        pit?: V1PITTimer;
        rtc?: V1RTCTimer;
    }
    Index

    Properties

    HPET (High Precision Event Timer) - multiple timers with periodic interrupts.

    hyperv?: V1HypervTimer

    Hyperv (Hypervclock) - lets guests read the host’s wall clock time (paravirtualized). For windows guests.

    KVM (KVM clock) - lets guests read the host’s wall clock time (paravirtualized). For linux guests.

    PIT (Programmable Interval Timer) - a timer with periodic interrupts.

    RTC (Real Time Clock) - a continuously running timer with periodic interrupts.