Added missing links in EmbeddedHPA API docs

This commit is contained in:
Pablo Ley 2022-02-02 09:50:18 +01:00 committed by Aliaksandr Valialkin
parent a67e843257
commit 66271bfeee
No known key found for this signature in database
GPG key ID: A72BEC6CD3D0DED1

View file

@ -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)