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

    DataImportCronCondition represents the state of a data import cron condition

    interface V1beta1DataImportCronCondition {
        lastHeartbeatTime?: string;
        lastTransitionTime?: string;
        message?: string;
        reason?: string;
        status: string;
        type: string;
    }
    Index

    Properties

    lastHeartbeatTime?: 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.

    lastTransitionTime?: 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.

    message?: string
    reason?: string
    status: string
    ""
    
    type: string
    ""