From db720e87dc86819f5c91325146c8fea35c50a592 Mon Sep 17 00:00:00 2001 From: Rajat Sharma Date: Thu, 6 Sep 2018 12:43:08 +0530 Subject: [PATCH] Fxing broken link Link pointing to label selector was broken --- .../design-proposals/autoscaling/vertical-pod-autoscaler.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contributors/design-proposals/autoscaling/vertical-pod-autoscaler.md b/contributors/design-proposals/autoscaling/vertical-pod-autoscaler.md index c4482a455..cbeda24d8 100644 --- a/contributors/design-proposals/autoscaling/vertical-pod-autoscaler.md +++ b/contributors/design-proposals/autoscaling/vertical-pod-autoscaler.md @@ -189,7 +189,7 @@ Design ### API ### We introduce a new type of API object `VerticalPodAutoscaler`, which -consists of the Target, that is a [label selector](https://kubernetes.io/docs/api-reference/v1.5/#labelselector-unversioned) +consists of the Target, that is a [label selector](https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/#label-selectors) for matching Pods and two policy sections: the update policy and the resources policy. Additionally it holds the most recent recommendation computed by VPA.