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

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) w.Write(LEVEL_1, "(as a percentage of request):\t%s / %s\n", current, target)
} }
default: 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>" minReplicas := "<unset>"