Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 1.3 KB

V2alpha1MetricSpec.md

File metadata and controls

13 lines (9 loc) · 1.3 KB

V2alpha1MetricSpec

Properties

Name Type Description Notes
object V2alpha1ObjectMetricSource object refers to a metric describing a single kubernetes object (for example, hits-per-second on an Ingress object). [optional]
pods V2alpha1PodsMetricSource pods refers to 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. [optional]
resource V2alpha1ResourceMetricSource resource refers to a resource metric (such as those specified in requests and limits) known to Kubernetes describing each pod in the current scale target (e.g. CPU or memory). Such metrics are built in to Kubernetes, and have special scaling options on top of those available to normal per-pod metrics using the "pods" source. [optional]
type str type is the type of metric source. It should match one of the fields below.

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