Commit fa25e29c authored by Janet Kuo's avatar Janet Kuo

Update kubectl convention about title column

parent f49aef53
...@@ -110,7 +110,7 @@ Updated: 8/27/2015 ...@@ -110,7 +110,7 @@ Updated: 8/27/2015
* However, affordances are made for simple parsing of `get` output * However, affordances are made for simple parsing of `get` output
* Only errors should be directed to stderr * Only errors should be directed to stderr
* `get` commands should output one row per resource, and one resource per row * `get` commands should output one row per resource, and one resource per row
* Column titles and values should not contain spaces in order to facilitate commands that break lines into fields: cut, awk, etc. * Column titles and values should not contain spaces in order to facilitate commands that break lines into fields: cut, awk, etc. Instead, use `-` as the word separator.
* By default, `get` output should fit within about 80 columns * By default, `get` output should fit within about 80 columns
* Eventually we could perhaps auto-detect width * Eventually we could perhaps auto-detect width
* `-o wide` may be used to display additional columns * `-o wide` may be used to display additional columns
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment