k3s/pkg/kubectl
Kubernetes Submit Queue f9dd76564c Merge pull request #33686 from ymqytw/format_json_printer_for_runtime.Unknown
Automatic merge from submit-queue

formatting json printer for runtime.Unknown

Formatting JSONPrinter.
It prints everything in one single line before.
Now it prints in well-formatted way.
2016-09-30 06:13:17 -07:00
..
cmd Merge pull request #33677 from juanvallejo/jvallejo/add-linebreak-between-resource-groups 2016-09-28 23:13:07 -07:00
metricsutil Fix printing container usage. 2016-09-14 12:11:24 +02:00
resource Merge pull request #31163 from juanvallejo/jvallejo_filter-resources-before-printing 2016-09-23 10:45:57 -07:00
testing Update generated files due to dependency shift. 2016-08-09 10:41:09 -05:00
OWNERS
apply.go delete private interface with no references in package 2016-09-20 00:13:16 +00:00
autoscale.go
bash_comp_utils.go
configmap.go
configmap_test.go
custom_column_printer.go Simplify the output in AfterPrint() 2016-09-08 09:42:17 +10:00
custom_column_printer_test.go
deployment.go Add "create deployment" sub-command 2016-08-08 13:24:30 +10:00
deployment_test.go Add "create deployment" sub-command 2016-08-08 13:24:30 +10:00
describe.go Merge pull request #32867 from kargakis/move-events-sort 2016-09-22 20:39:29 -07:00
describe_test.go kubectl: move events sorting interface to the api for general use 2016-09-18 19:25:42 +02:00
doc.go
explain.go
generate.go
generate_test.go
history.go
interfaces.go
kubectl.go make shortcut expanding restmapper handle all 2016-09-15 11:03:51 -04:00
kubectl_test.go
namespace.go
namespace_test.go
proxy_server.go
proxy_server_test.go
quota.go
quota_test.go
resource_filter.go add resource handling before printing 2016-09-21 10:03:59 -04:00
resource_printer.go formatting json printer for runtime.Unknown 2016-09-29 08:45:08 -07:00
resource_printer_test.go add resource handling before printing 2016-09-21 10:03:59 -04:00
rollback.go rollout undo add dry-run implementation 2016-09-08 08:02:04 +08:00
rolling_updater.go convert rolling updater to generated client 2016-09-12 07:38:34 -04:00
rolling_updater_test.go convert rest of kubectl to generated clients 2016-09-12 08:22:34 -04:00
rollout_status.go convert rest of kubectl to generated clients 2016-09-12 08:22:34 -04:00
rollout_status_test.go convert rest of kubectl to generated clients 2016-09-12 08:22:34 -04:00
run.go use len > 0 to replace port > 0 2016-09-28 10:23:25 +08:00
run_test.go add port validate when --port is set or --expose=true 2016-09-01 17:24:02 +08:00
scale.go convert rest of kubectl to generated clients 2016-09-12 08:22:34 -04:00
scale_test.go convert rest of kubectl to generated clients 2016-09-12 08:22:34 -04:00
secret.go
secret_for_docker_registry.go
secret_for_docker_registry_test.go
secret_for_tls.go
secret_for_tls_test.go the created path should be closed in test case 2016-09-06 11:08:52 +08:00
secret_test.go
service.go
service_basic.go
service_basic_test.go
service_test.go
serviceaccount.go
serviceaccount_test.go
sorted_resource_name_list.go
sorted_resource_name_list_test.go
sorting_printer.go Simplify the output in AfterPrint() 2016-09-08 09:42:17 +10:00
sorting_printer_test.go
stop.go convert rest of kubectl to generated clients 2016-09-12 08:22:34 -04:00
stop_test.go convert rest of kubectl to generated clients 2016-09-12 08:22:34 -04:00
version.go convert more command to use a generated clientset 2016-09-12 07:38:34 -04:00
watchloop.go