pub const MAX_MESSAGE_CHARS: usize = 400;Expand description
The most an operator-facing message may be: enough for a packed what/why/fix,
short enough to read at a glance in kubectl describe. Past this a message is
almost always explaining rather than saying what is wrong.