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

    Interface IoK8sApiAutoscalingV2HorizontalPodAutoscalerCondition

    HorizontalPodAutoscalerCondition describes the state of a HorizontalPodAutoscaler at a certain point.

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

    Properties

    lastTransitionTime?: string

    lastTransitionTime is the last time the condition transitioned from one status to another

    message?: string

    message is a human-readable explanation containing details about the transition

    reason?: string

    reason is the reason for the condition's last transition.

    status: string

    status is the status of the condition (True, False, Unknown)

    type: string

    type describes the current condition