From 66271bfeee38aca88b6fca45022a9d32847ceab0 Mon Sep 17 00:00:00 2001 From: Pablo Ley Date: Wed, 2 Feb 2022 09:50:18 +0100 Subject: [PATCH] Added missing links in EmbeddedHPA API docs --- docs/operator/api.MD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/operator/api.MD b/docs/operator/api.MD index 2364fb67de..1b6d464956 100644 --- a/docs/operator/api.MD +++ b/docs/operator/api.MD @@ -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)