mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2025-01-10 15:14:09 +00:00
Added missing links in EmbeddedHPA API docs
This commit is contained in:
parent
a67e843257
commit
66271bfeee
1 changed files with 2 additions and 2 deletions
|
@ -751,8 +751,8 @@ EmbeddedHPA embeds HorizontalPodAutoScaler spec v2. https://kubernetes.io/docs/r
|
|||
| ----- | ----------- | ------ | -------- |
|
||||
| minReplicas | | *int32 | false |
|
||||
| maxReplicas | | int32 | false |
|
||||
| metrics | | []v2beta2.MetricSpec | false |
|
||||
| behaviour | | *v2beta2.HorizontalPodAutoscalerBehavior | false |
|
||||
| metrics | | [][v2beta2.MetricSpec](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.22/#metricspec-v2beta2-autoscaling) | false |
|
||||
| behaviour | | *[v2beta2.HorizontalPodAutoscalerBehavior](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.22/#horizontalpodautoscalerbehavior-v2beta2-autoscaling) | false |
|
||||
|
||||
[Back to TOC](#table-of-contents)
|
||||
|
||||
|
|
Loading…
Reference in a new issue