External Metric Source Patch
data class ExternalMetricSourcePatch(val metric: MetricIdentifierPatch? = null, val target: MetricTargetPatch? = null)
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
fun ExternalMetricSourcePatch(metric: MetricIdentifierPatch? = null, target: MetricTargetPatch? = null)