Angus Salkeld
ee298a80e9
Simplify the output in AfterPrint()
...
- Change FinishPrint() to AfterPrint()
(As suggested in #31160 )
- add a newline to separate it from the table
- remove the "objects" and ()
- assume plural
2016-09-08 09:42:17 +10:00
vefimova
f20c40ed65
Added warning msg for `kubectl get`
...
- added warning description regarding terminated objects to `get` long help message
- added printing of warning message in case of `get pods` if there are hidden pods
Fixes #22986
2016-08-15 22:49:37 +00:00
David McMahon
ef0c9f0c5b
Remove "All rights reserved" from all the headers.
2016-06-29 17:47:36 -07:00
goltermann
218645b346
Fix several spelling errors in comments.
2016-06-17 10:41:18 -07:00
Janet Kuo
a178b5d553
Support sort-by timestamp in kubectl get
2016-05-18 21:36:44 -07:00
zhouhaibing089
09d4d5ed78
let type struct,array,slice also being considerred when sorting kubectl output
2016-05-02 23:17:18 +08:00
Wojciech Tyczynski
218d3e5923
Rename RawJSON to Raw in runtime.Unknown and add ContentType & ContentEncoding.
2016-03-16 16:43:58 +01:00
Clayton Coleman
fb4ea845f1
resource_printer was not leveraging runtime interfaces
...
In general, everything in kubectl/* needs to be ignorant of api/* unless
it deals with a concrete type - this change forces resource_printer to
accept interface abstractions (that are already part of kubectl).
2016-01-22 13:27:25 -05:00
feihujiang
ad79fa6e84
Move list functions from runtime to meta package
2015-11-20 09:20:55 +08:00
Brendan Burns
2935075388
Fix sorting from 2 bugs
2015-10-22 20:11:14 -07:00
Janet Kuo
d7d24dc8d4
Remove sorting-printer's debug message
2015-10-13 16:48:58 -07:00
Brendan Burns
51b0def44f
Fix the custom column and sorting printers for v1.List
2015-10-07 19:42:19 -07:00
eulerzgy
b1be6bc8ea
add log err value
2015-09-29 17:09:25 +08:00
Abhi Shah
13784bf9ca
Merge pull request #13047 from JanetKuo/kubectl-label-bash-completion
...
Enable kubectl label resource type bash completion
2015-09-02 15:16:54 -07:00
Janet Kuo
b673920ccf
Get printer from factory to retrieve handled resources
2015-09-01 10:20:51 -07:00
Brendan Burns
de14623775
Add a printer that knows how to print user-defined columns
2015-09-01 10:11:13 -07:00
Brendan Burns
99b8df1812
Add field based sorting to the kubectl command line.
2015-08-12 16:51:36 -07:00