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

    Interface IoK8sApiCoreV1ReplicationControllerCondition

    ReplicationControllerCondition describes the state of a replication controller at a certain point.

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

    Properties

    lastTransitionTime?: string

    The last time the condition transitioned from one status to another.

    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 replication controller condition.