Merge pull request #92254 from snowplayfire/hpa-line-break

lack a newline character when describe hpa
This commit is contained in:
Kubernetes Prow Robot 2020-08-28 09:35:48 -07:00 committed by GitHub
commit 2cb26fa8d1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3654,7 +3654,7 @@ func describeHorizontalPodAutoscalerV2beta2(hpa *autoscalingv2beta2.HorizontalPo
w.Write(LEVEL_1, "(as a percentage of request):\t%s / %s\n", current, target)
}
default:
w.Write(LEVEL_1, "<unknown metric type %q>", string(metric.Type))
w.Write(LEVEL_1, "<unknown metric type %q>\n", string(metric.Type))
}
}
minReplicas := "<unset>"