UNPKG

@jkcfg/kubernetes

Version:
19 lines 781 B
{ "description": "PodsMetricSource indicates how to scale on a metric describing each pod in the current scale target (for example, transactions-processed-per-second). The values will be averaged together before being compared to the target value.", "required": [ "metric", "target" ], "properties": { "metric": { "description": "metric identifies the target metric by name and selector", "$ref": "_definitions.json#/definitions/io.k8s.api.autoscaling.v2beta2.MetricIdentifier" }, "target": { "description": "target specifies the target value for the given metric", "$ref": "_definitions.json#/definitions/io.k8s.api.autoscaling.v2beta2.MetricTarget" } }, "$schema": "http://json-schema.org/schema#", "type": "object" }