external

@JvmName(name = "pqkljtnmsodiiush")
suspend fun external(value: Output<ExternalMetricSourcePatchArgs>)
@JvmName(name = "gapalpqlrgpflqph")
suspend fun external(value: ExternalMetricSourcePatchArgs?)

Parameters

value

external refers to a global metric that is not associated with any Kubernetes object. It allows autoscaling based on information coming from components running outside of cluster (for example length of queue in cloud messaging service, or QPS from loadbalancer running outside of cluster).


@JvmName(name = "pwfudccxrwkwiiub")
suspend fun external(argument: suspend ExternalMetricSourcePatchArgsBuilder.() -> Unit)

Parameters

argument

external refers to a global metric that is not associated with any Kubernetes object. It allows autoscaling based on information coming from components running outside of cluster (for example length of queue in cloud messaging service, or QPS from loadbalancer running outside of cluster).