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

    Interface IoK8sApiAutoscalingV2PodsMetricSource

    PodsMetricSource indicates how to scale on a metric describing each pod in the current scale target (for example, transactions-processed-per-second). The values will be averaged together before being compared to the target value.

    interface IoK8sApiAutoscalingV2PodsMetricSource {
        metric: IoK8sApiAutoscalingV2MetricIdentifier;
        target: IoK8sApiAutoscalingV2MetricTarget;
    }
    Index

    Properties

    Properties

    metric identifies the target metric by name and selector

    target specifies the target value for the given metric