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

    Interface V1beta1ClockPreferences

    ClockPreferences contains various optional defaults for Clock.

    interface V1beta1ClockPreferences {
        preferredClockOffset?: V1ClockOffset;
        preferredTimer?: V1Timer;
    }
    Index

    Properties

    preferredClockOffset?: V1ClockOffset

    ClockOffset allows specifying the UTC offset or the timezone of the guest clock.

    preferredTimer?: V1Timer

    Timer specifies whih timers are attached to the vmi.