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

    Interface V1ClockOffset

    Exactly one of its members must be set.

    interface V1ClockOffset {
        timezone?: string;
        utc?: V1ClockOffsetUTC;
    }
    Index

    Properties

    Properties

    timezone?: string

    Timezone sets the guest clock to the specified timezone. Zone name follows the TZ environment variable format (e.g. 'America/New_York').

    UTC sets the guest clock to UTC on each boot. If an offset is specified, guest changes to the clock will be kept during reboots and are not reset.