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

    Interface IoK8sApiAutoscalingV2ExternalMetricSource

    ExternalMetricSource indicates how to scale on a metric not associated with any Kubernetes object (for example length of queue in cloud messaging service, or QPS from loadbalancer running outside of cluster).

    interface IoK8sApiAutoscalingV2ExternalMetricSource {
        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