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

    Interface V1FreezeUnfreezeTimeout

    FreezeUnfreezeTimeout represent the time unfreeze will be triggered if guest was not unfrozen by unfreeze command

    interface V1FreezeUnfreezeTimeout {
        unfreezeTimeout: string;
    }
    Index

    Properties

    Properties

    unfreezeTimeout: string

    Duration is a wrapper around time.Duration which supports correct marshaling to YAML and JSON. In particular, it marshals into strings, which can be used as map keys in json.