kubernetes/pkg/kubectl
Kubernetes Submit Queue e725361722
Merge pull request #54877 from juanvallejo/jvallejo/move-PrintResourceInfoRorCommand-cmdutil-factory
Automatic merge from submit-queue (batch tested with PRs 54602, 54877, 55243, 55509, 55128). If you want to cherry-pick this change to another branch, please follow the instructions <a href="https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md">here</a>.

move cmd/util/printing.go#PrintResourceInfoForCommand -> factory…

**Release note**:
```release-note
NONE
```

This patch is one in a series of patches that aims to move all
printing functions to the `cmdutil.Factory` in order to make
the factory the one-stop shop for accessing printers in the client.

This PR is related to https://github.com/kubernetes/kubernetes/pull/50113 and aims to break the set of changes
introduced in this commit in order to make them easier to review.

@fabianofranz @mengqiy @shiywang @seans3
2017-11-14 03:03:23 -08:00
..
apply Support retainkeys strategy in new apply merge code 2017-11-02 10:00:56 -07:00
apps
cmd Merge pull request #54877 from juanvallejo/jvallejo/move-PrintResourceInfoRorCommand-cmdutil-factory 2017-11-14 03:03:23 -08:00
explain Merge pull request #55283 from spzala/unreachabletest 2017-11-13 12:32:18 -08:00
metricsutil Update generated files 2017-11-09 12:14:08 +01:00
plugins Fix namespace support in kubectl aging plugin 2017-11-07 19:18:30 +01:00
proxy
resource refactor builder in kubectl factory 2017-11-07 20:16:27 -08:00
scheme Add MutatingWebhookConfiguration type 2017-11-09 14:00:14 -08:00
testing Update generated code 2017-11-10 18:26:46 +01:00
util
validation
.import-restrictions pkg/apis/core: mechanical import fixes in dependencies 2017-11-09 12:14:08 +01:00
apply.go pkg/apis/core: mechanical import fixes in dependencies 2017-11-09 12:14:08 +01:00
autoscale.go
autoscale_test.go
bash_comp_utils.go
BUILD Merge pull request #54858 from wackxu/createpri 2017-11-11 10:45:23 -08:00
clusterrolebinding.go
clusterrolebinding_test.go
configmap.go
configmap_test.go
delete.go pkg/apis/core: mechanical import fixes in dependencies 2017-11-09 12:14:08 +01:00
delete_test.go pkg/apis/core: mechanical import fixes in dependencies 2017-11-09 12:14:08 +01:00
deployment.go
deployment_test.go
doc.go
env_file.go
env_file_test.go
generate.go
generate_test.go
history.go pkg/apis/core: mechanical import fixes in dependencies 2017-11-09 12:14:08 +01:00
history_test.go Refactor HistoryViewerFor to use Visitor design pattern 2017-11-09 08:11:19 +00:00
interfaces.go
kubectl.go
namespace.go
namespace_test.go
OWNERS
pdb.go fix TODO one of min-available/max-available must be specified when create pdb 2017-10-31 09:16:54 +08:00
pdb_test.go add test for pdb 2017-10-31 15:32:02 +08:00
priorityclass.go add create subcommand for priorityclass 2017-11-07 15:03:01 +08:00
priorityclass_test.go add create subcommand for priorityclass 2017-11-07 15:03:01 +08:00
quota.go
quota_test.go
resource_filter.go pkg/apis/core: mechanical import fixes in dependencies 2017-11-09 12:14:08 +01:00
resource_filter_test.go pkg/apis/core: mechanical import fixes in dependencies 2017-11-09 12:14:08 +01:00
rolebinding.go
rolebinding_test.go
rollback.go pkg/apis/core: mechanical import fixes in dependencies 2017-11-09 12:14:08 +01:00
rolling_updater.go pkg/apis/core: mechanical import fixes in dependencies 2017-11-09 12:14:08 +01:00
rolling_updater_test.go pkg/apis/core: mechanical import fixes in dependencies 2017-11-09 12:14:08 +01:00
rollout_status.go Replace some occurances of kubernetes internal api types in kubectl 2017-11-08 18:27:45 +01:00
rollout_status_test.go Replace some occurances of kubernetes internal api types in kubectl 2017-11-08 18:27:45 +01:00
run.go Merge pull request #54554 from zjj2wry/set-dep 2017-11-11 12:44:30 -08:00
run_test.go
scale.go pkg/apis/core: mechanical import fixes in dependencies 2017-11-09 12:14:08 +01:00
scale_test.go pkg/apis/core: mechanical import fixes in dependencies 2017-11-09 12:14:08 +01:00
secret.go
secret_for_docker_registry.go
secret_for_docker_registry_test.go
secret_for_tls.go
secret_for_tls_test.go
secret_test.go
service.go remove dependency from service generator 2017-10-31 15:35:36 +08:00
service_basic.go Make sure the ports is valid when parsing portString 2017-11-13 20:46:05 +08:00
service_basic_test.go Make sure the ports is valid when parsing portString 2017-11-13 20:46:05 +08:00
service_test.go remove dependency from service generator 2017-10-31 15:35:36 +08:00
serviceaccount.go
serviceaccount_test.go
sorting_printer.go
sorting_printer_test.go
versioned_client.go