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

    Interface V1VirtualMachineStartFailure

    VirtualMachineStartFailure tracks VMIs which failed to transition successfully to running using the VM status

    interface V1VirtualMachineStartFailure {
        consecutiveFailCount?: number;
        lastFailedVMIUID?: string;
        retryAfterTimestamp?: string;
    }
    Index

    Properties

    consecutiveFailCount?: number

    int32

    lastFailedVMIUID?: string
    retryAfterTimestamp?: string

    Time is a wrapper around time.Time which supports correct marshaling to YAML and JSON. Wrappers are provided for many of the factory methods that the time package offers.