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

    Interface IoK8sApiCoreV1NodeCondition

    NodeCondition contains condition information for a node.

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

    Properties

    lastHeartbeatTime?: string

    Last time we got an update on a given condition.

    lastTransitionTime?: string

    Last time the condition transit from one status to another.

    message?: string

    Human readable message indicating details about last transition.

    reason?: string

    (brief) reason for the condition's last transition.

    status: string

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

    type: string

    Type of node condition.