kubectl explain
not re-wrapping lines
#1623
Labels
kind/feature
Categorizes issue or PR as related to a new feature.
triage/accepted
Indicates an issue or PR is ready to be actively worked on.
What happened:
A description like this block that wraps at 100 characters:
Appears like this in
kubectl explain
, with weird line breaks:What you expected to happen:
OpenAPIv3 is formatted as Markdown, so I'd expect
kubectl explain
to reflow eachdescription
to realign line breaks, according to the rules of Markdown (i.e. respecting lists and the like):How to reproduce it (as minimally and precisely as possible):
Anything else we need to know?:
Environment:
kubectl version
):cat /etc/os-release
): MacOS (Darwin)The text was updated successfully, but these errors were encountered: