kubernetes/pkg/client
Kubernetes Submit Queue 9e6b090804 Merge pull request #38570 from smarterclayton/cleanup_body_logging
Automatic merge from submit-queue (batch tested with PRs 38597, 38570)

Logging request / response body should not allocate

Putting string(data) in the critical path causes an allocation which can
be very large, and happens regardless of whether logging is enabled.

Also, use the more sophisticated logging of body output that avoids
causing quoting of JSON output (current behavior is "{\"key\":...}" and
should be {"key":...} for readability).

@wojtek-t reduces large heap allocations on updates
2016-12-12 01:24:04 -08:00
..
cache Merge pull request #37463 from tanshanshan/comment-modify 2016-12-08 00:23:13 -08:00
chaosclient autogenerated 2016-10-21 17:32:32 -07:00
clientset_generated Update bazel files 2016-12-09 09:42:02 +01:00
conditions generated: refactor 2016-11-23 22:30:47 -06:00
informers/informers_generated regenerate informers 2016-12-07 07:54:04 -05:00
leaderelection GetOptions in client calls 2016-12-09 09:42:01 +01:00
listers copy eviction from internal clientset to release_1_5 clientset 2016-12-07 13:24:34 -08:00
metrics autogenerated 2016-10-21 17:32:32 -07:00
record refactor: update bazel, codec, and gofmt 2016-12-03 19:10:53 -05:00
restclient Logging request / response body should not allocate 2016-12-10 19:27:17 -05:00
retry generated: refactor 2016-11-23 22:30:47 -06:00
testdata Added test cases for NewKubeletClient with TLS enabled 2014-12-18 00:57:33 -08:00
testing Update bazel files 2016-12-09 09:42:02 +01:00
transport add auth proxy roundtripper 2016-12-05 08:18:47 -05:00
typed refactor: generated 2016-12-10 18:05:53 -05:00
unversioned Update bazel files 2016-12-09 09:42:02 +01:00
OWNERS Move blunderbuss assignees into tree 2016-03-02 20:46:32 -05:00