External Metric Source Patch Args
data class ExternalMetricSourcePatchArgs(val metric: Output<MetricIdentifierPatchArgs>? = null, val target: Output<MetricTargetPatchArgs>? = null) : ConvertibleToJava<ExternalMetricSourcePatchArgs>
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 ExternalMetricSourcePatchArgs(metric: Output<MetricIdentifierPatchArgs>? = null, target: Output<MetricTargetPatchArgs>? = null)