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

    Interface V1ClockOffsetUTC

    UTC sets the guest clock to UTC on each boot.

    interface V1ClockOffsetUTC {
        offsetSeconds?: number;
    }
    Index

    Properties

    Properties

    offsetSeconds?: number

    OffsetSeconds specifies an offset in seconds, relative to UTC. If set, guest changes to the clock will be kept during reboots and not reset.

    int32