external property

ExternalMetricStatus? external
final

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

Implementation

final ExternalMetricStatus? external;