Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 990 Bytes

V2beta2MetricSpec.md

File metadata and controls

15 lines (11 loc) · 990 Bytes

V2beta2MetricSpec

MetricSpec specifies how to scale based on a single metric (only type and one other matching field should be set at once).

Properties

Name Type Description Notes
external V2beta2ExternalMetricSource [optional]
object V2beta2ObjectMetricSource [optional]
pods V2beta2PodsMetricSource [optional]
resource V2beta2ResourceMetricSource [optional]
type str type is the type of metric source. It should be one of "Object", "Pods" or "Resource", each mapping to a matching field in the object.

[Back to Model list] [Back to API list] [Back to README]