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

    CDIStatus defines the status of the installation

    interface V1beta1CDIStatus {
        conditions?: V1Condition[];
        observedVersion?: string;
        operatorVersion?: string;
        phase?: string;
        targetVersion?: string;
    }
    Index

    Properties

    conditions?: V1Condition[]

    A list of current conditions of the resource

    observedVersion?: string

    The observed version of the resource

    operatorVersion?: string

    The version of the resource as defined by the operator

    phase?: string
    targetVersion?: string

    The desired version of the resource