Mike Danese
|
39bdee387e
|
kubectl get format is specified with -o, not -f
|
2014-11-21 17:55:48 -08:00 |
Tim Hockin
|
ea960711ff
|
Clean up error logs.
Use %v for errors, tidy some messages, make error messages start lowe-case
(as per go guidelines). Just accumulated nits.
|
2014-11-21 09:45:26 +08:00 |
Clayton Coleman
|
487e5cd061
|
Make GetPrinter take the necessary conversion arguments
This fully encapsulates decisions about conversion within GetPrinter,
which prevents users from accidentally not converting.
|
2014-11-18 21:14:39 -05:00 |
Daniel Smith
|
01048540bf
|
add --watch-only to kubectl, if you only want new messages
|
2014-11-13 17:02:36 -08:00 |
Daniel Smith
|
02a0593df0
|
Add --watch to get command
|
2014-11-12 13:44:39 -08:00 |
Daniel Smith
|
a198a62064
|
refactor resource printer's version handling (to make adding --watch feature easier)
|
2014-11-11 16:15:22 -08:00 |
fabianofranz
|
c43637b73c
|
Extract several kubectl helpers from cmd/cmd.go
|
2014-11-10 15:09:32 -02:00 |
Daniel Smith
|
0b924ed9d9
|
Add events to kubectl (still need search function)
|
2014-11-05 13:59:32 -08:00 |
Clayton Coleman
|
dbf28cbe51
|
Lock the output format version based on user input
|
2014-11-04 10:44:56 -05:00 |
Clayton Coleman
|
a8ccb0f99f
|
Display an external version of the object for --output
Use the version of the API the RESTMapper prefers (currently)
|
2014-11-04 10:44:56 -05:00 |
Clayton Coleman
|
70aa9cc62c
|
Add --template and --templatefile options for more flexibility
Allow directly entered templates for scripting flexibility.
Changes --output=template to mean "string" and --output=templatefile
to mean "from file"
|
2014-11-04 10:44:56 -05:00 |
Clayton Coleman
|
09cfa364c5
|
Refactor Get and Describe to allow extension of types
Get should use ResourceMapper, allow Printer to be abstracted,
and extract Describe as *Describer types.
|
2014-11-04 10:44:56 -05:00 |
derekwaynecarr
|
5a7aced7b0
|
Kubectl namespace support
Add unit test for load namespace info
Different message on display of namespace versus setting namespace
|
2014-10-30 11:05:30 -04:00 |
derekwaynecarr
|
bce1c12e01
|
Fix typo in kubectl
|
2014-10-21 15:30:43 -04:00 |
Sam Ghods
|
a9a8c016f7
|
Add --no-headers to kubectl get
|
2014-10-15 19:05:36 -07:00 |
Sam Ghods
|
4b220f8b0a
|
kubectl: kubecfg rewrite for better modularity and improved UX
|
2014-10-15 15:29:54 -07:00 |