kubernetes/pkg/kubectl/resource
k8s-merge-robot 2ef20b41f6 Merge pull request #26686 from metral/fix-get-output
Automatic merge from submit-queue

fix recursive & non-recursive kubectl get of generic output format

This PR fixes the issues with `kubectl get` in https://github.com/kubernetes/kubernetes/issues/26466

Changes made:
- fix printing when using the generic output format in both non-recursive & recurvise settings to ensure that errors are being shown
- add tests to check printing generic output in a **non-recursive** setting with non-existent pods
- clean up the **recursive** `kubectl get` tests

/cc @janetkuo
2016-06-11 14:26:31 -07:00
..
builder_test.go Fix tests for renegotiation 2016-05-12 08:21:11 +02:00
builder.go fix recursive & non-recursive kubectl get of generic output format 2016-06-02 21:46:15 -07:00
doc.go Make copyright ownership statement generic 2015-05-01 17:49:56 -04:00
helper_test.go Fix tests for renegotiation 2016-05-12 08:21:11 +02:00
helper.go Can't replace a generic resource that is cluster scoped 2016-02-12 16:20:37 -05:00
interfaces.go Move restclient to its own package 2016-02-29 12:05:13 -08:00
mapper.go Merge pull request #25894 from brendandburns/thirdparty-watch 2016-06-04 15:42:41 -07:00
result.go Remove runtime.Typer, reduce to ObjectKinds(1) (3) 2016-05-21 23:55:42 -04:00
selector.go Add the client side bits of kubectl export 2015-12-22 10:41:59 -08:00
visitor_test.go Address PR comments 2 2016-05-09 16:23:15 -07:00
visitor.go Fix URLVisitor error message 2016-05-26 09:20:42 -04:00