ExternalMetricSourceArgs

data class ExternalMetricSourceArgs(val metric: Output<MetricIdentifierArgs>, val target: Output<MetricTargetArgs>) : ConvertibleToJava<ExternalMetricSourceArgs>

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).

Constructors

Link copied to clipboard
constructor(metric: Output<MetricIdentifierArgs>, target: Output<MetricTargetArgs>)

Properties

Link copied to clipboard

metric identifies the target metric by name and selector

Link copied to clipboard

target specifies the target value for the given metric

Functions

Link copied to clipboard
open override fun toJava(): ExternalMetricSourceArgs