Commit b38271b6 authored by k8s-merge-robot's avatar k8s-merge-robot Committed by GitHub

Merge pull request #29518 from hongchaodeng/cleanup

Automatic merge from submit-queue cleanup wrong naming: limitrange -> hpa The code is in `horizontalpodautoscaler/strategy.go`, but the parameter is "limitrange". This is legacy copy-paste issue...
parents ad4243f6 f431d4c2
...@@ -84,7 +84,7 @@ func (autoscalerStrategy) AllowUnconditionalUpdate() bool { ...@@ -84,7 +84,7 @@ func (autoscalerStrategy) AllowUnconditionalUpdate() bool {
return true return true
} }
func AutoscalerToSelectableFields(limitRange *autoscaling.HorizontalPodAutoscaler) fields.Set { func AutoscalerToSelectableFields(hpa *autoscaling.HorizontalPodAutoscaler) fields.Set {
return fields.Set{} return fields.Set{}
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment