rename: limitrange -> hpa

This commit is contained in:
Hongchao Deng 2016-07-23 22:10:58 -07:00
parent 4fdde68f78
commit f431d4c209

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