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

    Interface IoK8sApiStoragemigrationV1alpha1MigrationCondition

    Describes the state of a migration at a certain point.

    interface IoK8sApiStoragemigrationV1alpha1MigrationCondition {
        lastUpdateTime?: string;
        message?: string;
        reason?: string;
        status: string;
        type: string;
    }
    Index

    Properties

    lastUpdateTime?: string

    The last time this condition was updated.

    message?: string

    A human readable message indicating details about the transition.

    reason?: string

    The reason for the condition's last transition.

    status: string

    Status of the condition, one of True, False, Unknown.

    type: string

    Type of the condition.