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

    DataSourceStatus provides the most recently observed status of the DataSource

    interface V1beta1DataSourceStatus {
        conditions?: V1beta1DataSourceCondition[];
        source?: V1beta1DataSourceSource;
    }
    Index

    Properties

    Properties

    Source is the current source of the data referenced by the DataSource

    {}