diff --git a/docs/api/index.html b/docs/api/index.html index 971760ef..98d14aee 100644 --- a/docs/api/index.html +++ b/docs/api/index.html @@ -550,32 +550,32 @@
behavior
+metrics
-
-Kubernetes autoscaling/v2.HorizontalPodAutoscalerBehavior
+
+[]Kubernetes autoscaling/v2.MetricSpec
Behavior specifies the scaling behavior of the target in both Up and Down directions.
+Metrics is meant to provide a customizable way to configure HPA metrics. +currently the only supported custom metrics is type=Pod. +Use TargetCPUUtilization or TargetMemoryUtilization instead if scaling on these common resource metrics.
metrics
+behavior
-
-[]Kubernetes autoscaling/v2.MetricSpec
+
+Kubernetes autoscaling/v2.HorizontalPodAutoscalerBehavior
Metrics is meant to provide a customizable way to configure HPA metrics. -currently the only supported custom metrics is type=Pod. -Use TargetCPUUtilization or TargetMemoryUtilization instead if scaling on these common resource metrics.
+Behavior specifies the scaling behavior of the target in both Up and Down directions.