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...
This commit is contained in:
k8s-merge-robot 2016-07-25 11:43:36 -07:00 committed by GitHub
commit b38271b6d5

View File

@ -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{}
}