mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 11:50:44 +00:00
Merge pull request #92254 from snowplayfire/hpa-line-break
lack a newline character when describe hpa
This commit is contained in:
commit
2cb26fa8d1
@ -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>"
|
||||
|
Loading…
Reference in New Issue
Block a user