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

    DataImportCronStatus provides the most recently observed status of the DataImportCron

    interface V1beta1DataImportCronStatus {
        conditions?: V1beta1DataImportCronCondition[];
        currentImports?: V1beta1ImportStatus[];
        lastExecutionTimestamp?: string;
        lastImportedPVC?: V1beta1DataVolumeSourcePVC;
        lastImportTimestamp?: string;
        sourceFormat?: string;
    }
    Index

    Properties

    currentImports?: V1beta1ImportStatus[]

    CurrentImports are the imports in progress. Currently only a single import is supported.

    lastExecutionTimestamp?: string

    LastExecutionTimestamp is the time of the last polling

    lastImportedPVC?: V1beta1DataVolumeSourcePVC

    LastImportedPVC is the last imported PVC

    lastImportTimestamp?: string

    LastImportTimestamp is the time of the last import

    sourceFormat?: string

    SourceFormat defines the format of the DataImportCron-created disk image sources