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

    Interface IoK8sApiAutoscalingV2PodsMetricStatus

    PodsMetricStatus indicates the current value of a metric describing each pod in the current scale target (for example, transactions-processed-per-second).

    interface IoK8sApiAutoscalingV2PodsMetricStatus {
        current: IoK8sApiAutoscalingV2MetricValueStatus;
        metric: IoK8sApiAutoscalingV2MetricIdentifier;
    }
    Index

    Properties

    Properties

    current contains the current value for the given metric

    metric identifies the target metric by name and selector