k3s/pkg/printers
Clayton Coleman a23465426d
Break annotations with newlines and shorten length
Make annotations with newlines display a more consistent left edge, and indent the value
when the annotation is too long to give the value more space. Shorten the width of the
trimmed annotation to a value more consistent with our `-o wide` value.

Instead of putting the key and value flush with a `=` separator, make annotations closer
to fields than to labels by using `: ` as a separator.
2018-07-31 19:22:50 -04:00
..
internalversion Break annotations with newlines and shorten length 2018-07-31 19:22:50 -04:00
storage Run hack/update-bazel.sh 2018-06-22 16:22:57 -07:00
.import-restrictions
BUILD make template printers a recommended printer 2018-07-03 07:47:17 -04:00
OWNERS
customcolumn.go fix typo brance -> brace 2018-06-22 10:54:41 +08:00
customcolumn_flags.go fix kubectl -o 2018-06-05 19:49:07 +08:00
customcolumn_flags_test.go move PrintOptions to genericclioptions 2018-05-21 14:59:41 -04:00
customcolumn_test.go move PrintOptions to genericclioptions 2018-05-21 14:59:41 -04:00
humanreadable.go tolerate missing column headers in server-side print output 2018-07-19 20:55:01 -04:00
humanreadable_test.go use subtest for table units (pkg/printers) 2018-05-14 15:11:48 +08:00
interface.go slim down printer interface 2018-05-04 11:15:35 -04:00
tabwriter.go