From f431d4c20995f5326173914c4499489054774626 Mon Sep 17 00:00:00 2001 From: Hongchao Deng Date: Sat, 23 Jul 2016 22:10:58 -0700 Subject: [PATCH] rename: limitrange -> hpa --- pkg/registry/horizontalpodautoscaler/strategy.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/registry/horizontalpodautoscaler/strategy.go b/pkg/registry/horizontalpodautoscaler/strategy.go index c3f92715168..6a0133217a2 100644 --- a/pkg/registry/horizontalpodautoscaler/strategy.go +++ b/pkg/registry/horizontalpodautoscaler/strategy.go @@ -84,7 +84,7 @@ func (autoscalerStrategy) AllowUnconditionalUpdate() bool { return true } -func AutoscalerToSelectableFields(limitRange *autoscaling.HorizontalPodAutoscaler) fields.Set { +func AutoscalerToSelectableFields(hpa *autoscaling.HorizontalPodAutoscaler) fields.Set { return fields.Set{} }